help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two quick questions


From: Kevin Rodgers
Subject: Re: Two quick questions
Date: Fri, 12 Dec 2003 16:25:41 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Hemond, Steve wrote:

1. How can I make Emacs open the directory list in the buffer instead of 
popping up an X-Window? I would prefer use the keyboard 100% of the time.


What command are you using to do that?


2. How can I make Emacs understand these filetypes :
        .py  (Python files)
      .php (Php files)
      .rb  (Ruby files)

(setq auto-mode-alist
      (cons '("\\/.py\\'" . python-mode) auto-mode-alist))

etc.

--
Kevin Rodgers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]