all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: Kyllingstad <listmailemacs@kyllingstad.com>,
	"Stefan Monnier" <monnier@iro.umontreal.ca>,
	emacs-devel@gnu.org
Subject: Re: major mode in new buffers
Date: Wed, 31 Mar 2010 18:05:51 +0300	[thread overview]
Message-ID: <87oci41zrg.fsf@mail.jurta.org> (raw)
In-Reply-To: <v2lf7ccd24b1003310322uf6621b10ubc1df94ff363b57b@mail.gmail.com> (Juanma Barranquero's message of "Wed, 31 Mar 2010 12:22:27 +0200")

> Well, when I do it, I get a buffer called *Help*, with major-mode
> `help' (not `help-mode'), and the C-x suffix is no longer active (I
> cannot do C-x o, for example, to switch buffers, or C-x C-x to exit
> Emacs).
>
> Don't you see the same thing?

I think what ehelp currently does by default, makes no sense -
it puts the *Help* buffer in fundamental-mode instead of help-mode.

Please look at the code in `with-electric-help':

      ;; We should really get a usable *Help* buffer when retaining
      ;; the electric one with `r'.  The problem is that a simple
      ;; 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.
      (condition-case ()
          (funcall (or (default-value 'major-mode) 'fundamental-mode))
        (error nil))

Ehelp creates a problem and tries to solve it in an ugly way.

-- 
Juri Linkov
http://www.jurta.org/emacs/




  parent reply	other threads:[~2010-03-31 15:05 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 [this message]
2010-03-31 16:35           ` Juanma Barranquero
2010-04-01 18:05             ` Juri Linkov
2010-04-01 21:08               ` Juanma Barranquero
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=87oci41zrg.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    --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.