Changing emacs syntax highlighting options?
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Changing emacs syntax highlighting options?         


Author: Ibrahim Awwal
Date: Aug 30, 2008 12:01

Hi, I'm completely new to emacs. I'm using it for a computer science
at UC Berkeley, either through PuTTY or Xming. When using Xming I get
the X version of emacs, which has the options menu and allows me to
specify syntax highlighting and parenthesis matching. However, for the
command line version over PuTTY I can't seem to do that. I see the
same menus at the top but I don't know how to get to them. I've read
the tutorial but maybe I missed something? Can someone help me enable
parenthesis matching? It's a lot faster using PuTTY than Xming and I
don't need the graphical emacs, but programming Scheme is a pain
without parenthesis matching. Thanks for the help.
5 Comments
Re: Changing emacs syntax highlighting options?         


Author: Pascal J. Bourguignon
Date: Aug 30, 2008 12:29

Ibrahim Awwal gmail.com> writes:
> Hi, I'm completely new to emacs. I'm using it for a computer science
> at UC Berkeley, either through PuTTY or Xming. When using Xming I get
> the X version of emacs, which has the options menu and allows me to
> specify syntax highlighting and parenthesis matching. However, for the
> command line version over PuTTY I can't seem to do that. I see the
> same menus at the top but I don't know how to get to them. I've read
> the tutorial but maybe I missed something?

M-`
> Can someone help me enable
> parenthesis matching? It's a lot faster using PuTTY than Xming and I
> don't need the graphical emacs, but programming Scheme is a pain
> without parenthesis matching. Thanks for the help.

Fetch and use the paredit mode.

--
__Pascal Bourguignon__ http://www.informatimago.com/
You never feed me.
Perhaps I'll sleep on your face.
That will sure show you.
no comments
Re: Changing emacs syntax highlighting options?         


Author: Lennart Borgman (gmail)
Date: Aug 30, 2008 16:15

Ibrahim Awwal wrote:
> Hi, I'm completely new to emacs. I'm using it for a computer science
> at UC Berkeley, either through PuTTY or Xming. When using Xming I get
> the X version of emacs, which has the options menu and allows me to
> specify syntax highlighting and parenthesis matching. However, for the
> command line version over PuTTY I can't seem to do that. I see the
> same menus at the top but I don't know how to get to them. I've read
> the tutorial but maybe I missed something? Can someone help me enable
> parenthesis matching? It's a lot faster using PuTTY than Xming and I
> don't need the graphical emacs, but programming Scheme is a pain
> without parenthesis matching. Thanks for the help.

Do you mean show-paren-mode?
no comments
Re: Changing emacs syntax highlighting options?         


Author: Ibrahim Awwal
Date: Aug 30, 2008 18:07

On Aug 30, 4:15 pm, "Lennart Borgman (gmail)"
gmail.com> wrote:
> Ibrahim Awwal wrote:
>> Hi, I'm completely new to emacs. I'm using it for a computer science
>> at UC Berkeley, either through PuTTY or Xming. When using Xming I get
>> the X version of emacs, which has the options menu and allows me to
>> specify syntax highlighting and parenthesis matching. However, for the
>> command line version over PuTTY I can't seem to do that. I see the
>> same menus at the top but I don't know how to get to them. I've read
>> the tutorial but maybe I missed something? Can someone help me enable
>> parenthesis matching? It's a lot faster using PuTTY than Xming and I
>> don't need the graphical emacs, but programming Scheme is a pain
>> without parenthesis matching. Thanks for...
Show full article (1.94Kb)
no comments
Re: Changing emacs syntax highlighting options?         


Author: formido
Date: Aug 31, 2008 11:05

> One other question, when I am running emacs and I have two buffers
> open together (editing on top and scheme on the bottom) in the X
> version I can click on the top half to get back to my editing window,
> but with the command line version I can't. I've been resorting to c-x
> 1 c-x b to switch back to the editing buffer but I'm sure there's a
> better way. Sorry for my noobishness, I have about two days worth of
> emacs experience.

In just that situation you describe, I've been using C-x o for
switching back and forth. There might be an even _better_ way if you
install one of these 3rd party window or buffer management kits, but I
haven't got around to trying any yet. In particular, something similar
to the Windows/Mac alt/command-tab window switching behavior would be
helpful.

Michael
no comments
Re: Changing emacs syntax highlighting options?         


Author: Andy Stewart
Date: Sep 6, 2008 01:16

Hi.

Use paredit.el.
It's a great mode to parenthesis editing.
You can download it from:

http://mumble.net/~campbell/emacs/paredit.el

And you can also use highlight-parentheses.el.
It's helpful also. :)
You can download it from:
http://nschum.de/src/emacs/highlight-parentheses/

Have fun!

Andy.
no comments

RELATED THREADS
SubjectArticles qty Group
Re: .emacs in the Windows version of Emacsgnu.emacs.help ·