emacs-devel
[Top][All Lists]
Advanced

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

Re: multi-occur-in-matching-buffers


From: Davis Herring
Subject: Re: multi-occur-in-matching-buffers
Date: Wed, 3 Mar 2010 22:15:18 -0800 (PST)
User-agent: SquirrelMail/1.4.8-5.7.lanl7

> It asked if it is too much to hope for ".*\.el". Eh, no wait, (concat
> ".*" (file-name-extension (buffer-file-name)).

Surely it merely misspoke and meant to say

(concat (regexp-quote (file-name-extension buffer-file-name t)) "\\'")

Surely a function that searches with regexps wouldn't make a mistake
composing one, after all.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

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