unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Xue Fuqiao <xfq.free@gmail.com>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: About "/" in the regexp
Date: Thu, 14 Feb 2013 07:52:54 +0800	[thread overview]
Message-ID: <20130214075254.7b91edba5e8805ce02197f86@gmail.com> (raw)
In-Reply-To: <D95D604A173049658C4CACD423AF3AB0@us.oracle.com>

On Tue, 12 Feb 2013 20:01:52 -0800
"Drew Adams" <drew.adams@oracle.com> wrote:

> >           (setq auto-mode-alist
> >             (append
> >              ;; File name (within directory) starts with a dot.
> >              '(("/\\.[^/]*\\'" . fundamental-mode)
> >                ;; File name has no dot.
> >                ("/[^\\./]*\\'" . fundamental-mode)
> >                 ...)
> >              auto-mode-alist))
> > 
> > I'm confused about the first "/" in the two regular 
> > expressions.
> It's for a file name "within [a] directory", e.g., /foobar.
> The / is the directory separator.

I see, thanks.

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao



      reply	other threads:[~2013-02-13 23:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-13  0:27 About "/" in the regexp Xue Fuqiao
2013-02-13  4:01 ` Drew Adams
2013-02-13 23:52   ` Xue Fuqiao [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=20130214075254.7b91edba5e8805ce02197f86@gmail.com \
    --to=xfq.free@gmail.com \
    --cc=drew.adams@oracle.com \
    --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).