* 23.0.60; smerge-command-prefix custom type
@ 2008-05-08 21:14 ` Reiner Steib
2008-05-10 13:08 ` Reiner Steib
2008-05-29 23:20 ` bug#205: marked as done (23.0.60; smerge-command-prefix custom type) Emacs bug Tracking System
0 siblings, 2 replies; 3+ messages in thread
From: Reiner Steib @ 2008-05-08 21:14 UTC (permalink / raw)
To: emacs-pretest-bug
Hi,
customizing `smerge-command-prefix' ends up like this:
,----[ M-x customize-variable RET smerge-command-prefix RET ]
| Smerge Command Prefix: [Hide Value] [Value Menu] String: ^C^
| [State]: STANDARD.
| Prefix for `smerge-mode' commands.
| -UUU:**--F1 *Customize Option: Smerge Command Prefix* (Custom)----
| Available choices:
|
| 0 = String
| 1 = String
| 2 = String
| 3 = String
`----
All choices look the same.
I'd suggest to install this patch...
--8<---------------cut here---------------start------------->8---
--- smerge-mode.el 12 Apr 2008 11:36:45 +0200 1.66
+++ smerge-mode.el 08 May 2008 23:05:59 +0200
@@ -160,7 +160,10 @@
(defcustom smerge-command-prefix "\C-c^"
"Prefix for `smerge-mode' commands."
:group 'smerge
- :type '(choice (string "\e") (string "\C-c^") (string "") string))
+ :type '(choice (const :tag "ESC" "\e")
+ (const :tag "C-c ^" "\C-c^" )
+ (const :tag "none" "")
+ string))
(easy-mmode-defmap smerge-mode-map
`((,smerge-command-prefix . ,smerge-basic-map))
--8<---------------cut here---------------end--------------->8---
... so that we get:
,----[ M-x customize-variable RET smerge-command-prefix RET ]
| Smerge Command Prefix: [Hide Value] [Value Menu] C-c ^
| [State]: STANDARD.
| Prefix for `smerge-mode' commands.
| -UUU:**--F1 *Customize Option: Smerge Command Prefix* (Custom)----
| Available choices:
|
| 0 = ESC
| 1 = C-c ^
| 2 = none
| 3 = String
`----
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 23.0.60; smerge-command-prefix custom type
2008-05-08 21:14 ` 23.0.60; smerge-command-prefix custom type Reiner Steib
@ 2008-05-10 13:08 ` Reiner Steib
2008-05-29 23:20 ` bug#205: marked as done (23.0.60; smerge-command-prefix custom type) Emacs bug Tracking System
1 sibling, 0 replies; 3+ messages in thread
From: Reiner Steib @ 2008-05-10 13:08 UTC (permalink / raw)
To: emacs-pretest-bug
On Thu, May 08 2008, Reiner Steib wrote:
> ,----[ M-x customize-variable RET smerge-command-prefix RET ]
> | Smerge Command Prefix: [Hide Value] [Value Menu] String: ^C^
> | [State]: STANDARD.
> | Prefix for `smerge-mode' commands.
> | -UUU:**--F1 *Customize Option: Smerge Command Prefix* (Custom)----
> | Available choices:
> |
> | 0 = String
> | 1 = String
> | 2 = String
> | 3 = String
> `----
>
> All choices look the same. I'd suggest to install this
> patch... [...] ... so that we get:
>
> ,----[ M-x customize-variable RET smerge-command-prefix RET ]
> | Smerge Command Prefix: [Hide Value] [Value Menu] C-c ^
> | [State]: STANDARD.
> | Prefix for `smerge-mode' commands.
> | -UUU:**--F1 *Customize Option: Smerge Command Prefix* (Custom)----
> | Available choices:
> |
> | 0 = ESC
> | 1 = C-c ^
> | 2 = none
> | 3 = String
> `----
As it's a bug (IMHO), I have installed it on Emacs_22 and trunk.
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#205: marked as done (23.0.60; smerge-command-prefix custom type)
2008-05-08 21:14 ` 23.0.60; smerge-command-prefix custom type Reiner Steib
2008-05-10 13:08 ` Reiner Steib
@ 2008-05-29 23:20 ` Emacs bug Tracking System
1 sibling, 0 replies; 3+ messages in thread
From: Emacs bug Tracking System @ 2008-05-29 23:20 UTC (permalink / raw)
To: Glenn Morris
[-- Attachment #1: Type: text/plain, Size: 861 bytes --]
Your message dated Thu, 29 May 2008 19:12:10 -0400
with message-id <18495.14410.449247.831875@fencepost.gnu.org>
and subject line Re: 23.0.60; smerge-command-prefix custom type
has caused the Emacs bug report #205,
regarding 23.0.60; smerge-command-prefix custom type
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)
--
205: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=205
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
[-- Attachment #2: Type: message/rfc822, Size: 6740 bytes --]
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: emacs-pretest-bug@gnu.org
Cc:
Subject: 23.0.60; smerge-command-prefix custom type
Date: Thu, 08 May 2008 23:14:08 +0200
Message-ID: <v9skwssdlr.fsf@marauder.physik.uni-ulm.de>
Hi,
customizing `smerge-command-prefix' ends up like this:
,----[ M-x customize-variable RET smerge-command-prefix RET ]
| Smerge Command Prefix: [Hide Value] [Value Menu] String: ^C^
| [State]: STANDARD.
| Prefix for `smerge-mode' commands.
| -UUU:**--F1 *Customize Option: Smerge Command Prefix* (Custom)----
| Available choices:
|
| 0 = String
| 1 = String
| 2 = String
| 3 = String
`----
All choices look the same.
I'd suggest to install this patch...
--8<---------------cut here---------------start------------->8---
--- smerge-mode.el 12 Apr 2008 11:36:45 +0200 1.66
+++ smerge-mode.el 08 May 2008 23:05:59 +0200
@@ -160,7 +160,10 @@
(defcustom smerge-command-prefix "\C-c^"
"Prefix for `smerge-mode' commands."
:group 'smerge
- :type '(choice (string "\e") (string "\C-c^") (string "") string))
+ :type '(choice (const :tag "ESC" "\e")
+ (const :tag "C-c ^" "\C-c^" )
+ (const :tag "none" "")
+ string))
(easy-mmode-defmap smerge-mode-map
`((,smerge-command-prefix . ,smerge-basic-map))
--8<---------------cut here---------------end--------------->8---
... so that we get:
,----[ M-x customize-variable RET smerge-command-prefix RET ]
| Smerge Command Prefix: [Hide Value] [Value Menu] C-c ^
| [State]: STANDARD.
| Prefix for `smerge-mode' commands.
| -UUU:**--F1 *Customize Option: Smerge Command Prefix* (Custom)----
| Available choices:
|
| 0 = ESC
| 1 = C-c ^
| 2 = none
| 3 = String
`----
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
[-- Attachment #3: Type: message/rfc822, Size: 1247 bytes --]
From: Glenn Morris <rgm@gnu.org>
To: 205-done@emacsbugs.donarmstrong.com
Subject: Re: 23.0.60; smerge-command-prefix custom type
Date: Thu, 29 May 2008 19:12:10 -0400
Message-ID: <18495.14410.449247.831875@fencepost.gnu.org>
patch was applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-29 23:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <18495.14410.449247.831875@fencepost.gnu.org>
2008-05-08 21:14 ` 23.0.60; smerge-command-prefix custom type Reiner Steib
2008-05-10 13:08 ` Reiner Steib
2008-05-29 23:20 ` bug#205: marked as done (23.0.60; smerge-command-prefix custom type) Emacs bug Tracking System
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.