From: "Leo" <leo.broska@NOSPAM.isys.com.au>
Subject: regexp NOT matching an extension
Date: Tue, 16 Sep 2003 11:45:35 +1000 [thread overview]
Message-ID: <bk5pv6$1ke3$1@otis.netspace.net.au> (raw)
hi there
in dired-omit-files i need a regexp matching all files without the extension
'.pem'.
i tried
[^.][^p][^e][^m]$
but it doesn't work. however a one-char-negation like
[^m]$
works.
any idea?
thanks, leo
next reply other threads:[~2003-09-16 1:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-16 1:45 Leo [this message]
2003-09-16 8:03 ` regexp NOT matching an extension Oliver Scholz
2003-09-16 9:30 ` rendering a string as a new line? Janusz S. Bień
2003-09-16 14:25 ` regexp NOT matching an extension Gareth Rees
[not found] ` <mailman.294.1063704719.21628.help-gnu-emacs@gnu.org>
2003-09-16 14:43 ` rendering a string as a new line? Stefan Monnier
2003-09-16 18:54 ` Janusz S. Bień
2003-09-18 4:38 ` Janusz S. Bień
[not found] ` <mailman.373.1063863891.21628.help-gnu-emacs@gnu.org>
2003-09-18 7:19 ` David Kastrup
2003-09-18 8:52 ` Oliver Scholz
2003-09-18 15:52 ` Kevin Rodgers
2003-09-19 4:15 ` Oliver Scholz
2003-09-19 13:25 ` Janusz S. Bień
2003-09-18 19:40 ` Stefan Monnier
2003-09-19 4:19 ` Oliver Scholz
2003-09-19 16:32 ` Stefan Monnier
2003-09-20 15:21 ` Oliver Scholz
2003-09-16 18:16 ` Kevin Rodgers
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='bk5pv6$1ke3$1@otis.netspace.net.au' \
--to=leo.broska@nospam.isys.com.au \
/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).