all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5816: Cursor moves to end of completions in icomplete-mode
@ 2010-04-01  2:44 Juanma Barranquero
  2010-04-01  7:29 ` Eli Zaretskii
  2010-04-01 12:45 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Juanma Barranquero @ 2010-04-01  2:44 UTC (permalink / raw)
  To: 5816

Version: 24.0.50


Doing

   emacs -Q -f icomplete-mode
   C-h v xa

- with the emacs-23 branch:

  Describe variable: xa<(>rgs-program)  [Matched]

- with the trunk:

  Describe variable: xa(rgs-program)  [Matched]<>


where <> marks the cursor position. Bisection seems to indicate the
bug appears in revid:eliz@gnu.org-20100330091307-ier2rhqfttgi90pr
(Initial support for bidirectional editing).

    Juanma







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

* bug#5816: Cursor moves to end of completions in icomplete-mode
  2010-04-01  2:44 bug#5816: Cursor moves to end of completions in icomplete-mode Juanma Barranquero
@ 2010-04-01  7:29 ` Eli Zaretskii
  2010-04-01 12:45 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2010-04-01  7:29 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 5816

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Thu, 1 Apr 2010 04:44:22 +0200
> Cc: 
> 
> Doing
> 
>    emacs -Q -f icomplete-mode
>    C-h v xa
> 
> - with the emacs-23 branch:
> 
>   Describe variable: xa<(>rgs-program)  [Matched]
> 
> - with the trunk:
> 
>   Describe variable: xa(rgs-program)  [Matched]<>
> 
> 
> where <> marks the cursor position. Bisection seems to indicate the
> bug appears in revid:eliz@gnu.org-20100330091307-ier2rhqfttgi90pr
> (Initial support for bidirectional editing).

Yes, that figures.  The function that positions the cursor is the only
one that was completely rewritten for the bidi support, because the
original code was designed around the assumption that display is
unidirectional.  All the other bidi changes are additions to the
existing code, and are not get executed except for buffers where the
bidi display option was turned on.

Thanks for the report and the test case, I will look into this ASAP.






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

* bug#5816: Cursor moves to end of completions in icomplete-mode
  2010-04-01  2:44 bug#5816: Cursor moves to end of completions in icomplete-mode Juanma Barranquero
  2010-04-01  7:29 ` Eli Zaretskii
@ 2010-04-01 12:45 ` Eli Zaretskii
       [not found]   ` <w2nf7ccd24b1004010703hda0bc8fah6afcc0ee9f8d5471@mail.gmail.com>
  1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2010-04-01 12:45 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 5816-done

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Thu, 1 Apr 2010 04:44:22 +0200
> 
> Doing
> 
>    emacs -Q -f icomplete-mode
>    C-h v xa
> 
> - with the emacs-23 branch:
> 
>   Describe variable: xa<(>rgs-program)  [Matched]
> 
> - with the trunk:
> 
>   Describe variable: xa(rgs-program)  [Matched]<>

Actually, the problem was visible even with the standard completion,
not only with icomplete-mode.

I think I fixed it.  Please try again, and if there are still
problems, please reopen the bug.






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

* Re: bug#5816: Cursor moves to end of completions in icomplete-mode
       [not found]   ` <w2nf7ccd24b1004010703hda0bc8fah6afcc0ee9f8d5471@mail.gmail.com>
@ 2010-04-01 14:12     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2010-04-01 14:12 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-devel

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Thu, 1 Apr 2010 16:03:42 +0200
> Cc: 5816-done@debbugs.gnu.org
> 
> On Thu, Apr 1, 2010 at 14:45, Eli Zaretskii <eliz@gnu.org> wrote:
> 
> > Actually, the problem was visible even with the standard completion,
> > not only with icomplete-mode.
> 
> I rarely use standard completion, so I didn't notice.

I was just surprised that no one else did.  I guess none of the users
of the trunk version really look at these responses, or maybe they
rarely type TAB more than once.




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

end of thread, other threads:[~2010-04-01 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-01  2:44 bug#5816: Cursor moves to end of completions in icomplete-mode Juanma Barranquero
2010-04-01  7:29 ` Eli Zaretskii
2010-04-01 12:45 ` Eli Zaretskii
     [not found]   ` <w2nf7ccd24b1004010703hda0bc8fah6afcc0ee9f8d5471@mail.gmail.com>
2010-04-01 14:12     ` Eli Zaretskii

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.