all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* regexp NOT matching an extension
@ 2003-09-16  1:45 Leo
  2003-09-16  8:03 ` Oliver Scholz
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Leo @ 2003-09-16  1:45 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2003-09-20 15:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-16  1:45 regexp NOT matching an extension Leo
2003-09-16  8:03 ` 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.