all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Fixing some Custom bugs
@ 2007-02-21  0:44 Richard Stallman
  2007-02-22  0:35 ` Kim F. Storm
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2007-02-21  0:44 UTC (permalink / raw)
  To: emacs-devel

Would someone please do this, then ack?

Date: Mon, 19 Feb 2007 00:52:09 +0100
From: "Per Abrahamsen" <per.abrahamsen@gmail.com>
To: "Chris Moore" <dooglus@gmail.com>
Subject: Re: Customization: Toggle buttons vanish when clicked
Cc: rms@gnu.org, emacs-pretest-bug@gnu.org
In-Reply-To: <a9691ee20702181358m7b5dc4d3l3341d3b7b9dd595f@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Disposition: inline
X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=failed 
	version=3.0.4

Back out my patch, and document that you need text before %v in
:format in editable-field instead.

That would be my suggestion.

-- Per

On 2/18/07, Chris Moore <dooglus@gmail.com> wrote:
> No.  I've seen absolutely no response to either of my two reports
> other than your 'has this been fixed?' question.
>
> I was wondering if maybe the problem doesn't happen for anyone else,
> so I tried installing Lennart's Windows build on a separate PC I have
> access to, and exactly the same happens there.
>
> I've CC'ed this to Per (whose change introduced the bug) in the hope
> that he's able to fix it.
>
> Chris.
>
> On 2/18/07, Richard Stallman <rms@gnu.org> wrote:
> > Has this been fixed?
> >
> >
> > From: Chris Moore <dooglus@gmail.com>
> > To: emacs-pretest-bug@gnu.org
> > Date: Mon, 12 Feb 2007 19:43:29 +0100
> > Subject: Customization: Toggle buttons vanish when clicked
> > X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed
> >         version=3.0.4
> >
> > Doing the following causes the 'Toggle' button to vanish:
> >
> >   $ emacs -Q
> >   M-x customize-variable RET case-fold-search RET
> >   C-s Togg RET RET
> >
> > Backing out this change fixes the problem:
> >
> >         2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
> >         * wid-edit.el (widget-default-create): Insert new text at the
> >         :from marker _after_ the marker, not before it.
> >
> > Chris.
> >
> > In GNU Emacs 22.0.93.37 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
> >  of 2007-02-12 on trpaslik
> > X server distributor `The X.Org Foundation', version 11.0.70101000
> > configured using `configure  '--with-gtk' '--prefix' '/usr/local' '--with-xpm' '--with-jpeg' '--with-png' '--with-gif''
> >
> >
> > _______________________________________________
> > emacs-pretest-bug mailing list
> > emacs-pretest-bug@gnu.org
> > http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
> >
> >
>
>

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

* Re: Fixing some Custom bugs
  2007-02-21  0:44 Fixing some Custom bugs Richard Stallman
@ 2007-02-22  0:35 ` Kim F. Storm
  0 siblings, 0 replies; 2+ messages in thread
From: Kim F. Storm @ 2007-02-22  0:35 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:

> Would someone please do this, then ack?

Done.


>
> Date: Mon, 19 Feb 2007 00:52:09 +0100
> From: "Per Abrahamsen" <per.abrahamsen@gmail.com>
> To: "Chris Moore" <dooglus@gmail.com>
> Subject: Re: Customization: Toggle buttons vanish when clicked
> Cc: rms@gnu.org, emacs-pretest-bug@gnu.org
> In-Reply-To: <a9691ee20702181358m7b5dc4d3l3341d3b7b9dd595f@mail.gmail.com>
> MIME-Version: 1.0
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Disposition: inline
> X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=failed 
> 	version=3.0.4
>
> Back out my patch, and document that you need text before %v in
> :format in editable-field instead.
>
> That would be my suggestion.
>
> -- Per
>
> On 2/18/07, Chris Moore <dooglus@gmail.com> wrote:
>> No.  I've seen absolutely no response to either of my two reports
>> other than your 'has this been fixed?' question.
>>
>> I was wondering if maybe the problem doesn't happen for anyone else,
>> so I tried installing Lennart's Windows build on a separate PC I have
>> access to, and exactly the same happens there.
>>
>> I've CC'ed this to Per (whose change introduced the bug) in the hope
>> that he's able to fix it.
>>
>> Chris.
>>
>> On 2/18/07, Richard Stallman <rms@gnu.org> wrote:
>> > Has this been fixed?
>> >
>> >
>> > From: Chris Moore <dooglus@gmail.com>
>> > To: emacs-pretest-bug@gnu.org
>> > Date: Mon, 12 Feb 2007 19:43:29 +0100
>> > Subject: Customization: Toggle buttons vanish when clicked
>> > X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed
>> >         version=3.0.4
>> >
>> > Doing the following causes the 'Toggle' button to vanish:
>> >
>> >   $ emacs -Q
>> >   M-x customize-variable RET case-fold-search RET
>> >   C-s Togg RET RET
>> >
>> > Backing out this change fixes the problem:
>> >
>> >         2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
>> >         * wid-edit.el (widget-default-create): Insert new text at the
>> >         :from marker _after_ the marker, not before it.
>> >
>> > Chris.
>> >
>> > In GNU Emacs 22.0.93.37 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
>> >  of 2007-02-12 on trpaslik
>> > X server distributor `The X.Org Foundation', version 11.0.70101000
>> > configured using `configure  '--with-gtk' '--prefix' '/usr/local' '--with-xpm' '--with-jpeg' '--with-png' '--with-gif''
>> >
>> >
>> > _______________________________________________
>> > emacs-pretest-bug mailing list
>> > emacs-pretest-bug@gnu.org
>> > http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
>> >
>> >
>>
>>

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

end of thread, other threads:[~2007-02-22  0:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-21  0:44 Fixing some Custom bugs Richard Stallman
2007-02-22  0:35 ` Kim F. Storm

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.