unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Xue Fuqiao'" <xfq.free@gmail.com>, <help-gnu-emacs@gnu.org>
Subject: RE: About "/" in the regexp
Date: Tue, 12 Feb 2013 20:01:52 -0800	[thread overview]
Message-ID: <D95D604A173049658C4CACD423AF3AB0@us.oracle.com> (raw)
In-Reply-To: <20130213082726.b46491201c979c52a53c2bf5@gmail.com>

>           (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.  Why is there a slash character?  Can anybody 
> help?  Thanks.

It's for a file name "within [a] directory", e.g., /foobar.
The / is the directory separator.




  reply	other threads:[~2013-02-13  4:01 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 [this message]
2013-02-13 23:52   ` Xue Fuqiao

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=D95D604A173049658C4CACD423AF3AB0@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=xfq.free@gmail.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).