Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
bug#12174: 24.1.50; C-h f and non-symbol remap targets
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Christopher Schmidt  
View profile  
 More options Aug 10 2012, 5:55 pm
Newsgroups: gnu.emacs.bug
From: Christopher Schmidt <christop...@ch.ristopher.com>
Date: Fri, 10 Aug 2012 22:55:42 +0100 (BST)
Local: Fri, Aug 10 2012 5:55 pm
Subject: bug#12174: 24.1.50; C-h f and non-symbol remap targets

    (global-set-key [remap write-file] (lambda () (interactive) 'rms))
    C-h f write-file RET

This yields in an error because help-fns--key-bindings expects
(command-remapping 'write-file) to be a symbol.

Here is a patch that abbreviates non-symbol remap targets with "??".
This is consistent with what describe-bindings displays.

        Christopher

  help-fns--key-bindings.diff
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Schmidt  
View profile  
 More options Aug 14 2012, 2:12 pm
Newsgroups: gnu.emacs.bug
From: Christopher Schmidt <christop...@ch.ristopher.com>
Date: Tue, 14 Aug 2012 19:12:38 +0100 (BST)
Local: Tues, Aug 14 2012 2:12 pm
Subject: bug#12174: 24.1.50; C-h f and non-symbol remap targets

Christopher Schmidt <christop...@ch.ristopher.com> writes:
> Here is a patch that abbreviates non-symbol remap targets with "??".
> This is consistent with what describe-bindings displays.

A sobering thought - ?? does not need to be quoted.

Please commit and/or close this bug report.

        Christopher

  help-fns--key-bindings-2.diff
1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Monnier  
View profile  
 More options Aug 14 2012, 10:38 pm
Newsgroups: gnu.emacs.bug
From: Stefan Monnier <monn...@iro.umontreal.ca>
Date: Tue, 14 Aug 2012 22:38:10 -0400
Local: Tues, Aug 14 2012 10:38 pm
Subject: bug#12174: 24.1.50; C-h f and non-symbol remap targets

>> Here is a patch that abbreviates non-symbol remap targets with "??".
>> This is consistent with what describe-bindings displays.
> A sobering thought - ?? does not need to be quoted.

Actually, ?? is a bad choice, since it seems to imply that Emacs doesn't
even know what it's remapped to, whereas Emacs does know very well, it
just doesn't want to print it out in full because it would be ugly and
too verbose.
So I suggest we replace "??" with something like "an anonymous command".

        Stefan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Schmidt  
View profile  
 More options Aug 15 2012, 4:33 am
Newsgroups: gnu.emacs.bug
From: Christopher Schmidt <christop...@ch.ristopher.com>
Date: Wed, 15 Aug 2012 09:33:41 +0100 (BST)
Local: Wed, Aug 15 2012 4:33 am
Subject: bug#12174: 24.1.50; C-h f and non-symbol remap targets

        Christopher

  help-fns--key-bindings-3.diff
1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Glenn Morris  
View profile  
 More options Aug 22 2012, 3:02 am
Newsgroups: gnu.emacs.bug
From: Glenn Morris <r...@gnu.org>
Date: Wed, 22 Aug 2012 03:02:16 -0400
Local: Wed, Aug 22 2012 3:02 am
Subject: bug#12174: 24.1.50; C-h f and non-symbol remap targets
Version: 24.3

Thanks; applied to trunk.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dani Moncayo  
View profile  
 More options Aug 22 2012, 3:21 am
Newsgroups: gnu.emacs.bug
From: Dani Moncayo <dmonc...@gmail.com>
Date: Wed, 22 Aug 2012 09:21:40 +0200
Local: Wed, Aug 22 2012 3:21 am
Subject: bug#12174: 24.1.50; C-h f and non-symbol remap targets

On Wed, Aug 22, 2012 at 9:02 AM, Glenn Morris <r...@gnu.org> wrote:
> Version: 24.3

One question: If some other severe bug arises upon the (not yet)
released Emacs 24.2, so that a 24.3 release becomes necessary (from
the emacs-24 branch), then the above tag will be incorrect, won't it?

It seems that the current versioning pattern has this problem.  We
don't know beforehand the version under which the current trunk code
will be released.

So, what about switching to a different pattern which doesn't have this problem?

For example: Name the next trunk's branch as "emacs-24.3", and every
release made from that branch would be labeled "emacs 24.3.x".

This way, we would know for sure that the trunk code would be released
as version "24.4" (or "25.1" -- what the maintainer's decide).

--
Dani Moncayo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Glenn Morris  
View profile  
 More options Aug 22 2012, 3:24 am
Newsgroups: gnu.emacs.bug
From: Glenn Morris <r...@gnu.org>
Date: Wed, 22 Aug 2012 03:24:05 -0400
Local: Wed, Aug 22 2012 3:24 am
Subject: bug#12174: 24.1.50; C-h f and non-symbol remap targets

Dani Moncayo wrote:
> On Wed, Aug 22, 2012 at 9:02 AM, Glenn Morris <r...@gnu.org> wrote:
>> Version: 24.3

> One question: If some other severe bug arises upon the (not yet)
> released Emacs 24.2, so that a 24.3 release becomes necessary (from
> the emacs-24 branch), then the above tag will be incorrect, won't it?

Yes, it's a (minor) problem. I suggest discussing it on emacs-devel
rather than here though.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »