* How to get C-e to go at the REAL end of the line?
@ 2012-10-13 7:56 Sebastien Vauban
2012-10-13 9:18 ` Peter Dyballa
[not found] ` <mailman.10893.1350119916.855.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 6+ messages in thread
From: Sebastien Vauban @ 2012-10-13 7:56 UTC (permalink / raw)
To: help-gnu-emacs-mXXj517/zsQ
Hello,
With very looong lines, `C-e' goes some further away (to the right), but not
up to the end of the line. I have to press `C-e' many more times to be at the
real physical end of the line.
I have the impression this is quite new (Emacs 23.X) -- is there a way to
change that so that `C-e' directly jumps the farest to the right?
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to get C-e to go at the REAL end of the line?
2012-10-13 7:56 How to get C-e to go at the REAL end of the line? Sebastien Vauban
@ 2012-10-13 9:18 ` Peter Dyballa
[not found] ` <mailman.10893.1350119916.855.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 6+ messages in thread
From: Peter Dyballa @ 2012-10-13 9:18 UTC (permalink / raw)
To: Sebastien Vauban; +Cc: help-gnu-emacs
Am 13.10.2012 um 09:56 schrieb Sebastien Vauban:
> I have the impression this is quite new (Emacs 23.X) -- is there a way to
> change that so that `C-e' directly jumps the farest to the right?
Check the modes valid in the buffer at that time!
--
Greetings
Pete
Atheism is a non prophet organisation.
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <mailman.10893.1350119916.855.help-gnu-emacs@gnu.org>]
* Re: How to get C-e to go at the REAL end of the line?
[not found] ` <mailman.10893.1350119916.855.help-gnu-emacs@gnu.org>
@ 2012-10-13 12:30 ` Sebastien Vauban
2012-10-13 14:46 ` Andreas Röhler
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Sebastien Vauban @ 2012-10-13 12:30 UTC (permalink / raw)
To: help-gnu-emacs-mXXj517/zsQ
Hello Peter,
Peter Dyballa wrote:
> Am 13.10.2012 um 09:56 schrieb Sebastien Vauban:
>
>> I have the impression this is quite new (Emacs 23.X) -- is there a way to
>> change that so that `C-e' directly jumps the farest to the right?
>
> Check the modes valid in the buffer at that time!
What do you mean? That it's related to some major mode I'm in[1]?
Best regards,
Seb
[1] I'd say the major modes I'm in the most frequently are Org and Message.
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to get C-e to go at the REAL end of the line?
2012-10-13 12:30 ` Sebastien Vauban
@ 2012-10-13 14:46 ` Andreas Röhler
2012-10-13 15:04 ` Peter Dyballa
[not found] ` <mailman.10910.1350139616.855.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 6+ messages in thread
From: Andreas Röhler @ 2012-10-13 14:46 UTC (permalink / raw)
To: help-gnu-emacs@gnu.org List
Am 13.10.2012 14:30, schrieb Sebastien Vauban:
> Hello Peter,
>
> Peter Dyballa wrote:
>> Am 13.10.2012 um 09:56 schrieb Sebastien Vauban:
>>
>>> I have the impression this is quite new (Emacs 23.X) -- is there a way to
>>> change that so that `C-e' directly jumps the farest to the right?
>>
[ ... ]
can't see that with recent Emacs24
Call M-x describe-mode and look if some minor-mode from ancient times interferes
Start from emacs -Q and look if it happens too
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How to get C-e to go at the REAL end of the line?
2012-10-13 12:30 ` Sebastien Vauban
2012-10-13 14:46 ` Andreas Röhler
@ 2012-10-13 15:04 ` Peter Dyballa
[not found] ` <mailman.10910.1350139616.855.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 6+ messages in thread
From: Peter Dyballa @ 2012-10-13 15:04 UTC (permalink / raw)
To: Sebastien Vauban; +Cc: help-gnu-emacs
Am 13.10.2012 um 14:30 schrieb Sebastien Vauban:
> What do you mean? That it's related to some major mode I'm in[1]?
No, it can also be some minor-mode… Visual-line-mode can have that effect, GNU Emacs can (could) also fail when between the normal characters some wide ones are found.
It's also good to find a recipe how to repeat that effect in another buffer or GNU Emacs instance, best one that was launched with -Q.
--
Greetings
Pete
A designer knows he has arrived at perfection not when there is no longer anything to add, but when there is no longer anything to take away.
– Antoine de Saint-Exupéry
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <mailman.10910.1350139616.855.help-gnu-emacs@gnu.org>]
* Re: How to get C-e to go at the REAL end of the line?
[not found] ` <mailman.10910.1350139616.855.help-gnu-emacs@gnu.org>
@ 2012-10-15 6:50 ` Sebastien Vauban
0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Vauban @ 2012-10-15 6:50 UTC (permalink / raw)
To: help-gnu-emacs-mXXj517/zsQ
Hi Andreas and Peter,
Andreas Röhler wrote:
> Am 13.10.2012 14:30, schrieb Sebastien Vauban:
>> Peter Dyballa wrote:
>>> Am 13.10.2012 um 09:56 schrieb Sebastien Vauban:
>>>
>>>> I have the impression this is quite new (Emacs 23.X) -- is there a way to
>>>> change that so that `C-e' directly jumps the farest to the right?
>
> can't see that with recent Emacs24
>
> Call M-x describe-mode and look if some minor-mode from ancient times
> interferes Start from emacs -Q and look if it happens too
This is indeed only occurring in Org buffers, and I just see that `C-e' is
mapped to `org-end-of-line'... which does NOT behave as `end-of-line'.
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-10-15 6:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-13 7:56 How to get C-e to go at the REAL end of the line? Sebastien Vauban
2012-10-13 9:18 ` Peter Dyballa
[not found] ` <mailman.10893.1350119916.855.help-gnu-emacs@gnu.org>
2012-10-13 12:30 ` Sebastien Vauban
2012-10-13 14:46 ` Andreas Röhler
2012-10-13 15:04 ` Peter Dyballa
[not found] ` <mailman.10910.1350139616.855.help-gnu-emacs@gnu.org>
2012-10-15 6:50 ` Sebastien Vauban
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.