unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Ibrahim Awwal <ibrahim.awwal@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Changing emacs syntax highlighting options?
Date: Sat, 30 Aug 2008 18:07:26 -0700 (PDT)	[thread overview]
Message-ID: <ebaa6fbc-863c-4a12-8e5e-461d85c26963@x16g2000prn.googlegroups.com> (raw)
In-Reply-To: mailman.18023.1220138120.18990.help-gnu-emacs@gnu.org

On Aug 30, 4:15 pm, "Lennart Borgman (gmail)"
<lennart.borg...@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 the help.
>
> Do you mean show-paren-mode?

Do you mean this? http://www.emacswiki.org/cgi-bin/wiki/ShowParenMode
This is the contents of my .emacs file:
(load-file "~$MASTER/adm/class.emacs")
(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/
paste it!
  ;; Your init file should contain only one such instance.
 '(case-fold-search t)
 '(current-language-environment "ASCII")
 '(global-font-lock-mode t nil (font-lock))
 '(show-paren-mode t nil (paren)))
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste
it!
  ;; Your init file should contain only one such instance.
 '(menu ((((type x-toolkit)) (:width normal :family "Courier")))))

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.


  parent reply	other threads:[~2008-08-31  1:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-30 19:01 Changing emacs syntax highlighting options? Ibrahim Awwal
2008-08-30 19:58 ` Pascal J. Bourguignon
2008-08-30 23:15 ` Lennart Borgman (gmail)
     [not found] ` <mailman.18023.1220138120.18990.help-gnu-emacs@gnu.org>
2008-08-31  1:07   ` Ibrahim Awwal [this message]
2008-08-31 18:05     ` formido
2008-09-06  8:16 ` Andy Stewart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ebaa6fbc-863c-4a12-8e5e-461d85c26963@x16g2000prn.googlegroups.com \
    --to=ibrahim.awwal@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).