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

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

Re: Soo many buffers


From: Andrea Crotti
Subject: Re: Soo many buffers
Date: Fri, 06 Aug 2010 15:58:31 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (darwin)

Gary <help-gnu-emacs@garydjones.name> writes:
> Aren't you escaping your \ with the double \\? Then it inidicates that
> the buffer name starts with a literal \ followed by some character
> followed by the text "org". Mind you, regex isn't my strong suit,
> either... :P

Yes you're right, but for example this is correct
--8<---------------cut here---------------start------------->8---
  (add-to-list 'auto-mode-alist
               '("\\.yaml$" . yaml-mode))
--8<---------------cut here---------------end--------------->8---

if I understood you have to escape once in interactive commands while
twice in non-interctive ones.

Anyway I'm still not so happy, because I managed to filter out the
org-files, but I still want to access to them.

Maybe I could add another key combination that list me the org files and
allows to access to them, but I have then to get used to it also.

I have so many org-files because for example many assignments are also there..




reply via email to

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