unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Lee Sau Dan <danlee@informatik.uni-freiburg.de>
Subject: Re: New to Emacs
Date: 20 Dec 2002 17:19:00 +0100	[thread overview]
Message-ID: <m3lm2kll3f.fsf@mika.informatik.uni-freiburg.de> (raw)
In-Reply-To: mailman.316.1040140647.19936.help-gnu-emacs@gnu.org

>>>>> "Code" == Code Fox <codefox@ftml.net> writes:

    Code> I just downloaded emacs 21.2 for windows. I haven't used it
    Code> before. I'm just getting used to navigating and using the
    Code> control and meta key commands. Right now I'm kind of
    Code> overwhelmed by the features available in emacs. 

Don't be greedy.  Learn them one by one, gradually.


    Code> 1. I use many scripting languages like PHP, ASP, and
    Code> Python. If I want to write my own syntax hilighting for a
    Code> particular language how do I do it?  

Are you sure  you really want to do that?  I  mean... writing your own
major mode?

In most cases,  you don't.  You just need to  *customize* it.  E.g. to
change the  colours and fonts used  for hilighting, you  don't need to
write your own eLISP code.  Simply customize the existing package.

Try  M-x  customize,   and  don't  be  surprised  by   the  amount  of
customizable  items offered!  Alternatively,  if you're  familiar with
LISP, you  could read the  .el file for  the respective modes  and put
some configurations in your ~/.emacs.



    Code> 2. I have an IMAP mail account. I configured gnus to
    Code> retrieve mails from my IMAP account but I couldn't see all
    Code> folders. Is there an email client for emacs which would let
    Code> me use my IMAP account with ease, like moving messages
    Code> between 2 folders?

I've been  using nnimap to access my  mails via IMAP for  over a year.
No problems.  The  site admins even changed it to  IMAPS, and again, I
found how to make Gnus to handle it.

Could you be more specific about your problem?


    Code>   3. I use various C++ compilers. How do I
    Code> configure emacs to compile my program using a particular
    Code> compiler?

The  standard solution  is not  to do  that.  M-x  compile  by default
invokes "make".  We normally use a Makefile to drive "make" to do what
we want.   So, we can control  which compiler to use  in the Makefile.
It's worthwhile to learn to use "make" and write Makefiles anyway.

Anyway,  you can customize  what M-x  compile does.   Can you  find it
under M-x customize?


    Code>   4. How do I create a custom spell-check dictionary?

Don't worry about it.  Just  go ahead with M-x ispell-buffer.  When it
prompts you to correct a word,  and you think it is not misspelt, type
"i" to Insert  it into your personal dictionary.   When you finish the
spell check session, Emacs will  prompt you in the mini-buffer whether
you want to save the personal dictionary.



-- 
Lee Sau Dan                     李守敦(Big5)                    ~{@nJX6X~}(HZ) 

E-mail: danlee@informatik.uni-freiburg.de
Home page: http://www.informatik.uni-freiburg.de/~danlee

  parent reply	other threads:[~2002-12-20 16:19 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.316.1040140647.19936.help-gnu-emacs@gnu.org>
2002-12-17 17:50 ` New to Emacs Kai Großjohann
2002-12-19 11:11   ` Kester Clegg
2002-12-17 18:45 ` Peter Lee
2002-12-18 18:07 ` Robert Uhl <ruhl@4dv.net>
2002-12-20 16:09   ` Lee Sau Dan
2002-12-20 16:19 ` Lee Sau Dan [this message]
     [not found] <mailman.1282.1224217100.25473.help-gnu-emacs@gnu.org>
2008-10-17  5:32 ` New to emacs poppyer
2008-10-17  5:38 ` Cor Gest
2008-10-16 20:12 Mario Xerxes Castelán Castro
2008-10-17  8:29 ` Peter Dyballa
2008-10-17  8:37 ` Alberto Luaces
  -- strict thread matches above, loose matches on Subject: below --
2004-01-03  3:14 New to Emacs Stephen
2004-01-03  3:22 ` Bruce Ingalls
2004-01-04  3:34 ` Gian Uberto Lauri
2004-01-07 17:39 ` Greg Fenton
2002-12-17 15:59 Code Fox

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=m3lm2kll3f.fsf@mika.informatik.uni-freiburg.de \
    --to=danlee@informatik.uni-freiburg.de \
    /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).