[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug] "You can't edit this part of the Custom buffer"
From: |
David Abrahams |
Subject: |
Re: [Bug] "You can't edit this part of the Custom buffer" |
Date: |
Thu, 27 Jul 2006 10:06:31 -0400 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (windows-nt) |
address@hidden (Johan Bockgård) writes:
> 2006-07-27 Johan Bockgård <address@hidden>
>
> * cus-edit.el (custom-mode-map): Don't bind RET to custom-no-edit.
>
>
>
> --- cus-edit.el 18 Jul 2006 01:13:54 +0200 1.297
> +++ cus-edit.el 27 Jul 2006 15:30:20 +0200
> @@ -4432,7 +4432,6 @@
> (set-keymap-parent map widget-keymap)
> (define-key map [remap self-insert-command]
> 'custom-no-edit)
> - (define-key map "\^m" 'custom-no-edit)
> (define-key map " " 'scroll-up)
> (define-key map "\177" 'scroll-down)
> (define-key map "\C-c\C-c" 'Custom-set)
Works, thanks!
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
- [Bug] "You can't edit this part of the Custom buffer", David Abrahams, 2006/07/27
- Re: [Bug] "You can't edit this part of the Custom buffer", Johan Bockgård, 2006/07/27
- Re: [Bug] "You can't edit this part of the Custom buffer",
David Abrahams <=
- RE: [Bug] "You can't edit this part of the Custom buffer", Drew Adams, 2006/07/27
- Re: [Bug] "You can't edit this part of the Custom buffer", Chong Yidong, 2006/07/27
- RE: [Bug] "You can't edit this part of the Custom buffer", Drew Adams, 2006/07/27
- Re: [Bug] "You can't edit this part of the Custom buffer", Chong Yidong, 2006/07/27
- RE: [Bug] "You can't edit this part of the Custom buffer", Drew Adams, 2006/07/27
- Re: [Bug] "You can't edit this part of the Custom buffer", Chong Yidong, 2006/07/28
- RE: [Bug] "You can't edit this part of the Custom buffer", Drew Adams, 2006/07/28
- Re: [Bug] "You can't edit this part of the Custom buffer", Chong Yidong, 2006/07/28
- RE: [Bug] "You can't edit this part of the Custom buffer", Drew Adams, 2006/07/28
- Re: [Bug] "You can't edit this part of the Custom buffer", Chong Yidong, 2006/07/28