unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: help-gnu-emacs@gnu.org
Subject: Re: Auto-mode-alist, issue with regexp
Date: Fri, 22 May 2009 16:43:10 GMT	[thread overview]
Message-ID: <87iqjtjdgh.fsf@iki.fi> (raw)
In-Reply-To: da4256c7-36de-4497-aedf-51865b36d6cb@n8g2000vbb.googlegroups.com

On 2009-05-22 09:32 (-0700), Saptarshi wrote:

> I would like to open all files whose name starts with
> "mail.google.com" in org-mode.
> I tried,
> 1) -->  (add-to-list 'auto-mode-alist '("^mail\\.google\\.com" . org-mode))

It has to match against full path name. I suggest you try this:

    (add-to-list 'auto-mode-alist
                 '("/mail\\.google\\.com\\'" . org-mode))


  reply	other threads:[~2009-05-22 16:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-22 16:32 Auto-mode-alist, issue with regexp Saptarshi
2009-05-22 16:43 ` Teemu Likonen [this message]
2009-05-22 16:53   ` Saptarshi
2009-05-22 17:08 ` Peter Dyballa
2009-05-22 17:14 ` Nikolaj Schumacher
2009-05-22 17:19   ` Saptarshi Guha

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=87iqjtjdgh.fsf@iki.fi \
    --to=tlikonen@iki.fi \
    --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).