all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Juri Linkov <juri@jurta.org>
Cc: "René Kyllingstad" <listmailemacs@kyllingstad.com>,
	"Stefan Monnier" <monnier@iro.umontreal.ca>,
	emacs-devel@gnu.org
Subject: Re: major mode in new buffers
Date: Thu, 1 Apr 2010 23:08:24 +0200	[thread overview]
Message-ID: <y2gf7ccd24b1004011408r5684240zee1723ac3e9ec219@mail.gmail.com> (raw)
In-Reply-To: <87fx3f5d15.fsf@mail.jurta.org>

2010/4/1 Juri Linkov <juri@jurta.org>:

> I know nothing about ehelp.el, but it seems this patch fixes it:

Yes, thanks. Please install it. Two small comments:

> +(defvar electric-help-orig-major-mode nil)
> +
>  (defun electric-help-mode ()
>   "`with-electric-help' temporarily places its buffer in this mode.
> -\(On exit from `with-electric-help', the buffer is put in default `major-mode'.)"
> +\(On exit from `with-electric-help', the original `major-mode' is restored.)"
>   (setq buffer-read-only t)
> +  (set (make-local-variable 'electric-help-orig-major-mode) major-mode)

It makes sense for `electric-help-orig-major-mode' to be automatically
buffer-local, as it will ever be used as such.

>       ;; call to help-mode won't cut it; at least RET is bound wrong
>       ;; afterwards.  It's also not clear that `help-mode' is always
>       ;; the right thing, maybe we should add an optional parameter.

This part of the comment (and the missing first line that precedes it)
is no longer true and should be deleted.

    Juanma




  reply	other threads:[~2010-04-01 21:08 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-30 11:57 major mode in new buffers René Kyllingstad
2010-03-30 15:06 ` Stefan Monnier
2010-03-30 15:51   ` René Kyllingstad
2010-03-30 15:13 ` Harald Hanche-Olsen
2010-03-30 16:07   ` René Kyllingstad
2010-03-30 16:15 ` David Reitter
2010-03-30 16:17 ` Juri Linkov
2010-03-30 16:42   ` René Kyllingstad
2010-03-31  1:28   ` Juanma Barranquero
2010-03-31  3:02     ` Stefan Monnier
2010-03-31 10:22       ` Juanma Barranquero
2010-03-31 10:23         ` Juanma Barranquero
2010-03-31 11:29           ` Juanma Barranquero
2010-03-31 15:05         ` Juri Linkov
2010-03-31 16:35           ` Juanma Barranquero
2010-04-01 18:05             ` Juri Linkov
2010-04-01 21:08               ` Juanma Barranquero [this message]
2010-04-01 22:24                 ` Juanma Barranquero
2010-04-01 22:45                   ` Juri Linkov
2010-04-01 23:10                     ` Juanma Barranquero
2010-04-02 16:04                       ` Juri Linkov
2010-04-02 20:19                         ` Juanma Barranquero
2010-04-02 23:04                           ` Juri Linkov

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

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

  git send-email \
    --in-reply-to=y2gf7ccd24b1004011408r5684240zee1723ac3e9ec219@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=juri@jurta.org \
    --cc=listmailemacs@kyllingstad.com \
    --cc=monnier@iro.umontreal.ca \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.