unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Loris Bennett" <loris.bennett@fu-berlin.de>
To: help-gnu-emacs@gnu.org
Subject: Re: erin-mode: problem with auto-mode-alist and saving
Date: Fri, 23 Oct 2015 09:49:27 +0200	[thread overview]
Message-ID: <87zizavxbs.fsf@hornfels.zedat.fu-berlin.de> (raw)
In-Reply-To: mailman.839.1445553269.7904.help-gnu-emacs@gnu.org

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>>> 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.
>

Thanks for the hint.

The code is on GitHub.  Here

https://github.com/stsquad/emacs_chrome/blob/master/servers/edit-server.el

it says you can do the following

(setq edit-server-url-major-mode-alist
      '(("github\\.com" . markdown-mode)))

This more or less works for me.  If I save the emacs buffer, the
contents are written back to the edit field in the browser, but the mode
switches back to 'text', and emacs hangs.  If I then do 'C-g', the mode
goes back to my chosen one.  So it's slightly broken, but functional.

Loris

-- 
This signature is currently under construction.


  parent reply	other threads:[~2015-10-23  7:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22 14:03 erin-mode: problem with auto-mode-alist and saving Loris Bennett
2015-10-22 14:19 ` Stefan Monnier
     [not found] ` <mailman.791.1445523623.7904.help-gnu-emacs@gnu.org>
2015-10-22 15:05   ` Loris Bennett
2015-10-22 22:34     ` Stefan Monnier
     [not found]     ` <mailman.839.1445553269.7904.help-gnu-emacs@gnu.org>
2015-10-23  7:49       ` Loris Bennett [this message]
2015-10-23  9:58         ` Joost Kremers
2015-10-23 10:55           ` Loris Bennett
2015-10-23 11:26             ` Joost Kremers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zizavxbs.fsf@hornfels.zedat.fu-berlin.de \
    --to=loris.bennett@fu-berlin.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).