all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#4699: 23.1.50; lisp-complete-symbol erases text
@ 2009-10-11 17:08 ` Markus Rost
  2009-10-14  2:14   ` Stefan Monnier
  2009-10-15 15:40   ` bug#4699: marked as done (23.1.50; lisp-complete-symbol erases text) Emacs bug Tracking System
  0 siblings, 2 replies; 5+ messages in thread
From: Markus Rost @ 2009-10-11 17:08 UTC (permalink / raw
  To: emacs-pretest-bug

Recipe:  Prepare buffer *scratch* as follows

=== Buffer *scratch* =======================================
;; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.

(symbol
============================================================

Put point after "(symbol", hit M-TAB (or M-x lisp-complete-symbol) and
in buffer *Completions*  click with mouse-2 on "symbolp".  The buffer
looks now as follows:

=== Buffer *scratch* =======================================
symbolp
============================================================

The problem does not depend on the particular buffer (same problem in
Emacs-Lisp mode buffers) and the particular word to be completed.

The problem does not appear with lisp.el.~1.103~, the version before
the following change:

2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>

	* emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.






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

* bug#4699: 23.1.50; lisp-complete-symbol erases text
  2009-10-11 17:08 ` bug#4699: 23.1.50; lisp-complete-symbol erases text Markus Rost
@ 2009-10-14  2:14   ` Stefan Monnier
  2009-10-15  1:51     ` Stefan Monnier
  2009-10-15 15:40   ` bug#4699: marked as done (23.1.50; lisp-complete-symbol erases text) Emacs bug Tracking System
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2009-10-14  2:14 UTC (permalink / raw
  To: Markus Rost; +Cc: emacs-pretest-bug, 4699

> Put point after "(symbol", hit M-TAB (or M-x lisp-complete-symbol) and
> in buffer *Completions*  click with mouse-2 on "symbolp".  The buffer
> looks now as follows:

> === Buffer *scratch* =======================================
> symbolp
> ============================================================

I hate completion-base-size!


        Stefan "working on a patch"





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

* bug#4699: 23.1.50; lisp-complete-symbol erases text
  2009-10-14  2:14   ` Stefan Monnier
@ 2009-10-15  1:51     ` Stefan Monnier
  2009-10-15 11:22       ` Markus Rost
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2009-10-15  1:51 UTC (permalink / raw
  To: Markus Rost; +Cc: emacs-pretest-bug, 4699

>> Put point after "(symbol", hit M-TAB (or M-x lisp-complete-symbol) and
>> in buffer *Completions*  click with mouse-2 on "symbolp".  The buffer
>> looks now as follows:
>> === Buffer *scratch* =======================================
>> symbolp
>> ============================================================
> I hate completion-base-size!

I've installed a set of changes which I believe will finally eliminate
all these kinds of bugs (mostly by replacing completion-base-size by
a new completion-base-position variable).


        Stefan





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

* bug#4699: 23.1.50; lisp-complete-symbol erases text
  2009-10-15  1:51     ` Stefan Monnier
@ 2009-10-15 11:22       ` Markus Rost
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Rost @ 2009-10-15 11:22 UTC (permalink / raw
  To: Stefan Monnier; +Cc: emacs-pretest-bug, 4699

> I hate completion-base-size!

Lucky me:  I have never met it in person.

> I've installed a set of changes

Wow, looks like you have changed the bigger part of Emacs.

The original problem is fixed for me.


        Markus "who believes in a bug-free Emacs"





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

* bug#4699: marked as done (23.1.50; lisp-complete-symbol erases text)
  2009-10-11 17:08 ` bug#4699: 23.1.50; lisp-complete-symbol erases text Markus Rost
  2009-10-14  2:14   ` Stefan Monnier
@ 2009-10-15 15:40   ` Emacs bug Tracking System
  1 sibling, 0 replies; 5+ messages in thread
From: Emacs bug Tracking System @ 2009-10-15 15:40 UTC (permalink / raw
  To: Stefan Monnier

[-- Attachment #1: Type: text/plain, Size: 897 bytes --]

Your message dated Thu, 15 Oct 2009 11:32:17 -0400
with message-id <jwvmy3sbrr8.fsf-monnier+emacsbugreports@gnu.org>
and subject line Re: bug#4699: 23.1.50; lisp-complete-symbol erases text
has caused the Emacs bug report #4699,
regarding 23.1.50; lisp-complete-symbol erases text
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 owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4699: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4699
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3133 bytes --]

From: Markus Rost <rost@math.uni-bielefeld.de>
To: emacs-pretest-bug@gnu.org
Subject: 23.1.50; lisp-complete-symbol erases text
Date: Sun, 11 Oct 2009 19:08:36 +0200 (CEST)
Message-ID: <20091011170836.5CD31EFABF@sonic02.math.uni-bielefeld.de>

Recipe:  Prepare buffer *scratch* as follows

=== Buffer *scratch* =======================================
;; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.

(symbol
============================================================

Put point after "(symbol", hit M-TAB (or M-x lisp-complete-symbol) and
in buffer *Completions*  click with mouse-2 on "symbolp".  The buffer
looks now as follows:

=== Buffer *scratch* =======================================
symbolp
============================================================

The problem does not depend on the particular buffer (same problem in
Emacs-Lisp mode buffers) and the particular word to be completed.

The problem does not appear with lisp.el.~1.103~, the version before
the following change:

2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>

	* emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.



[-- Attachment #3: Type: message/rfc822, Size: 2252 bytes --]

From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Markus Rost <rost@math.uni-bielefeld.de>
Subject: Re: bug#4699: 23.1.50; lisp-complete-symbol erases text
Date: Thu, 15 Oct 2009 11:32:17 -0400
Message-ID: <jwvmy3sbrr8.fsf-monnier+emacsbugreports@gnu.org>

>> I hate completion-base-size!
> Lucky me:  I have never met it in person.

As a matter of fact you have, as is witnessed by your bug-report.
You just didn't know its name.

>> I've installed a set of changes
> Wow, looks like you have changed the bigger part of Emacs.

I just have too much time, too little to do.

> The original problem is fixed for me.

Thank you for confirming,

>         Markus "who believes in a bug-free Emacs"

Heretic!


        Stefan

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

end of thread, other threads:[~2009-10-15 15:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <jwvmy3sbrr8.fsf-monnier+emacsbugreports@gnu.org>
2009-10-11 17:08 ` bug#4699: 23.1.50; lisp-complete-symbol erases text Markus Rost
2009-10-14  2:14   ` Stefan Monnier
2009-10-15  1:51     ` Stefan Monnier
2009-10-15 11:22       ` Markus Rost
2009-10-15 15:40   ` bug#4699: marked as done (23.1.50; lisp-complete-symbol erases text) 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.