unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Two quick questions
Date: Fri, 12 Dec 2003 16:25:41 -0700	[thread overview]
Message-ID: <3FDA4E75.7090109@yahoo.com> (raw)
In-Reply-To: mailman.1642.1071250578.399.help-gnu-emacs@gnu.org

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	other threads:[~2003-12-12 23:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1642.1071250578.399.help-gnu-emacs@gnu.org>
2003-12-12 23:25 ` Kevin Rodgers [this message]
     [not found] <mailman.7606.1159592109.9609.help-gnu-emacs@gnu.org>
2006-09-30 23:24 ` Two quick questions Ajit Mylavarapu
2006-10-01 15:21   ` Andreas Roehler
2006-10-01 16:11     ` Drew Adams
2006-10-01 10:17 ` Colin S. Miller
2006-10-07 19:29 ` Giacomo Boffi
2006-10-09 16:39   ` Peter Tury
2006-10-08  8:40 ` lgfang
2006-09-30  4:55 Tong Wang
2006-09-30  5:03 ` Tong Wang
2006-09-30  8:56 ` Peter Dyballa
2006-09-30  9:04 ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2003-12-12 16:28 Hemond, Steve
2003-12-13 17:37 ` Brad Collins

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=3FDA4E75.7090109@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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).