unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9124: 24.0.50; Themes mode should inherit from special-mode
@ 2011-07-19 20:03 Sam Steingold
  2011-07-21 16:32 ` Chong Yidong
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Steingold @ 2011-07-19 20:03 UTC (permalink / raw)
  To: 9124

In GNU Emacs 24.0.50.4 (x86_64-unknown-linux-gnu, X toolkit)
 of 2011-07-15 on tbox
Windowing system distributor `Colin Harrison', version 11.0.60900031
configured using `configure  '--with-x-toolkit=lucid' '--without-gconf''

emacs -Q
M-x customize-themes RET
q
==> unbound
expected behavior: quit window
same for the other standard special mode keybindings, e.g., z -> kill-this-buffer

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031
http://jihadwatch.org http://pmw.org.il http://camera.org http://iris.org.il
http://openvotingconsortium.org http://mideasttruth.com
cogito cogito ergo cogito sum





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#9124: 24.0.50; Themes mode should inherit from special-mode
  2011-07-19 20:03 bug#9124: 24.0.50; Themes mode should inherit from special-mode Sam Steingold
@ 2011-07-21 16:32 ` Chong Yidong
  2011-08-02  2:58   ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Chong Yidong @ 2011-07-21 16:32 UTC (permalink / raw)
  To: 9124

Sam Steingold <sds@gnu.org> writes:

> In GNU Emacs 24.0.50.4 (x86_64-unknown-linux-gnu, X toolkit)
>  of 2011-07-15 on tbox
> Windowing system distributor `Colin Harrison', version 11.0.60900031
> configured using `configure  '--with-x-toolkit=lucid' '--without-gconf''
>
> emacs -Q
> M-x customize-themes RET
> q
> ==> unbound
> expected behavior: quit window
> same for the other standard special mode keybindings, e.g., z ->
> kill-this-buffer

The problem is the mode map needs to inherit from widget-keymap.
Customize buffers have the same issue.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#9124: 24.0.50; Themes mode should inherit from special-mode
  2011-07-21 16:32 ` Chong Yidong
@ 2011-08-02  2:58   ` Stefan Monnier
  2011-08-28 19:05     ` Chong Yidong
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2011-08-02  2:58 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 9124

> The problem is the mode map needs to inherit from widget-keymap.
> Customize buffers have the same issue.

They can inherit from (make-composed-keymap widget-keymap special-mode-map)


        Stefan





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#9124: 24.0.50; Themes mode should inherit from special-mode
  2011-08-02  2:58   ` Stefan Monnier
@ 2011-08-28 19:05     ` Chong Yidong
  0 siblings, 0 replies; 4+ messages in thread
From: Chong Yidong @ 2011-08-28 19:05 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 9124

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

>> The problem is the mode map needs to inherit from widget-keymap.
>> Customize buffers have the same issue.
>
> They can inherit from (make-composed-keymap widget-keymap
> special-mode-map)

Thanks.  Changed in trunk.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-28 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-19 20:03 bug#9124: 24.0.50; Themes mode should inherit from special-mode Sam Steingold
2011-07-21 16:32 ` Chong Yidong
2011-08-02  2:58   ` Stefan Monnier
2011-08-28 19:05     ` Chong Yidong

Code repositories for project(s) associated with this public inbox

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

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