help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: recentf exclude question


From: Peter Dyballa
Subject: Re: recentf exclude question
Date: Thu, 10 Sep 2009 10:00:19 +0200


Am 10.09.2009 um 03:07 schrieb B. T. Raven:

Your first regular expression in the list with bar disjunction doesn't have a backtick to match the tick before the double quote; is this on purpose?


What you call a "backtick" are apostrophes ('`' are called backticks). And neither matches. \' (or escaped \\') is a regular expression for a word's end. So

        "\\.t\\(ex\\|xt\\)\\'"

stands for all words which end in '.tex' or '.txt'.

--
Greetings

  Pete

The world would be a better place if Larry Wall had been born in Iceland, or any other country where the native language actually has syntax.
                                – Peter da Silva







reply via email to

[Prev in Thread] Current Thread [Next in Thread]