[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: erin-mode: problem with auto-mode-alist and saving
From: |
Stefan Monnier |
Subject: |
Re: erin-mode: problem with auto-mode-alist and saving |
Date: |
Thu, 22 Oct 2015 18:34:00 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
>>> I am using Emacs 24.4.1 on Debian Jessie and the "Edit with Emacs"
>>> plug-in 1.14 for chromium to edit a wiki. The buffer names created look
>>> something like this:
>>> wiki.some.org/edit/Web/SomePage
>> auto-mode-alist is matched against the *file* name, not the *buffer* name.
> OK, but the value of 'buffer-file-name' is nil. How then can I set-up
> the mode I would like?
Depends on the actual code used to open up this "file", i.e. it depends
on how this "Edit with Emacs" plugin works internally.
Stefan