unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Saptarshi Guha <saptarshi.guha@gmail.com>
To: Nikolaj Schumacher <me@nschum.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Auto-mode-alist, issue with regexp
Date: Fri, 22 May 2009 13:19:12 -0400	[thread overview]
Message-ID: <1e7471d50905221019g308d7805k9345de104f933f28@mail.gmail.com> (raw)
In-Reply-To: <m2pre1dpqs.fsf@nschum.de>

Perfect. Thank you to everybody. The explanation helped me understand
where I was going wrong.
I'm using ItsAllText firefox extension to compose replies/messages
from GMAIL in Aquamacs. ItsAllText opens aquamacs with a file name
like mail.google.com.[A-Za-z0-9]+.txt which i would ultimately like to
open in message mode.

Thanks again
Regards
Saptarshi Guha



On Fri, May 22, 2009 at 1:14 PM, Nikolaj Schumacher <me@nschum.de> wrote:
> Saptarshi <saptarshi.guha@gmail.com> 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))
>
> The entire path is matched against the expression, so the ^ is the
> problem.  Try:
>
> "/mail\\.google\\.com"
>
>
> regards,
> Nikolaj Schumacher
>




      reply	other threads:[~2009-05-22 17:19 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
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 [this message]

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=1e7471d50905221019g308d7805k9345de104f933f28@mail.gmail.com \
    --to=saptarshi.guha@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=me@nschum.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).