[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fixing C-x DEL bug
From: |
Richard Stallman |
Subject: |
Re: Fixing C-x DEL bug |
Date: |
Sat, 20 Aug 2011 11:56:53 -0400 |
So that what follows is recognised as the beginning of the next sentence.
In particular, in my personal text mode, I use "bullet points" something
like this:
o - One point
o - Indented point
o - This sentence starts with "This".
I want M-a on the third line to go back to "This", not to the bullet. If
"This" is to be recognised as BO sentence, then the " o - ", anchored
at BOL, needs to be an EO sentence.
In that case, where does backward-paragraph leave point?
And where does start-of-paragraph-text leave point?
And where does my patch leave point after
(start-of-paragraph-text)
(beginning-of-line)
?
If you have set up each of those bullet points as a paragraph,
then my patch should put point at the beginning of the line,
and so should yours.
But if you have not set up each bullet point as a paragraph,
then none of these things should matter in that case (the third line).
--
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
Use free telephony http://directory.fsf.org/category/tel/
- Re: Fixing C-x DEL bug, (continued)
- Re: Fixing C-x DEL bug, Richard Stallman, 2011/08/22
- The bug tracker...again (was: Fixing C-x DEL bug), Deniz Dogan, 2011/08/22
- Re: The bug tracker...again, Glenn Morris, 2011/08/22
- Re: The bug tracker...again, Karl Fogel, 2011/08/22
- Re: The bug tracker...again, Richard Stallman, 2011/08/23
- Re: The bug tracker...again, Karl Fogel, 2011/08/23
- Re: The bug tracker...again, Chong Yidong, 2011/08/23
Re: Fixing C-x DEL bug, Alan Mackenzie, 2011/08/19