* proposal to separate org-special-ctrl-a/e into two variables
@ 2009-02-22 13:38 Alan E. Davis
2009-02-22 17:39 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Alan E. Davis @ 2009-02-22 13:38 UTC (permalink / raw)
To: emacs-orgmode Mailinglist
[-- Attachment #1.1: Type: text/plain, Size: 1213 bytes --]
I have found the behavior of the cursor at the beginning of the line to be
clumsy, and troublesome. I cannot easily set a region, for example.
However, the special setting of ctrl-e is extremely useful.
A single variable controls these two variables, in a unified way. This
variable also has two aliases. The aliases are not recognized by the
functions that are affected by these variables in org.el:
org-beginning-of-line, and org-end-of-line. As far as I can see, there
seems no reason to keep these two aliased variables as references to a
single unified variable, insofar as the underlying code is concerned.
Because, at least for me, the behaviors have sufficiently distinct
behaviors, I propose these should be separated.
I am unable to code lisp to the level of skill necessary to do the work
myself. At some point, I would be willing to work on this as a "first off"
hack. I cannot do so at present due to work obligations.
Alan
--
Alan Davis
It is undesirable to believe a proposition when
there is no ground whatsoever for supposing it is true.
---- Bertrand Russell
They are ill discoverers that think there is no land, when they can see
nothing but sea.
---- Sir Francis Bacon
[-- Attachment #1.2: Type: text/html, Size: 1381 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: proposal to separate org-special-ctrl-a/e into two variables
2009-02-22 13:38 proposal to separate org-special-ctrl-a/e into two variables Alan E. Davis
@ 2009-02-22 17:39 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-02-22 17:39 UTC (permalink / raw)
To: Alan E. Davis; +Cc: emacs-orgmode Mailinglist
[-- Attachment #1.1: Type: text/plain, Size: 1778 bytes --]
Hi Alan,
your arguments make sense, and I have implemented this.
To have separate values, set org-special-ctrl-a/e to a cons
cell with the setting for C-a in the car and the setting for
C-e in the cdr.
- Carsten
On Feb 22, 2009, at 2:38 PM, Alan E. Davis wrote:
> I have found the behavior of the cursor at the beginning of the line
> to be clumsy, and troublesome. I cannot easily set a region, for
> example.
>
> However, the special setting of ctrl-e is extremely useful.
>
> A single variable controls these two variables, in a unified way.
> This variable also has two aliases. The aliases are not recognized
> by the functions that are affected by these variables in org.el: org-
> beginning-of-line, and org-end-of-line. As far as I can see, there
> seems no reason to keep these two aliased variables as references to
> a single unified variable, insofar as the underlying code is
> concerned.
>
> Because, at least for me, the behaviors have sufficiently distinct
> behaviors, I propose these should be separated.
>
> I am unable to code lisp to the level of skill necessary to do the
> work myself. At some point, I would be willing to work on this as a
> "first off" hack. I cannot do so at present due to work obligations.
>
> Alan
>
> --
> Alan Davis
>
> It is undesirable to believe a proposition when
> there is no ground whatsoever for supposing it is true.
> ---- Bertrand Russell
> They are ill discoverers that think there is no land, when they can
> see nothing but sea.
> ---- Sir Francis Bacon
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[-- Attachment #1.2: Type: text/html, Size: 2188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-22 17:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-22 13:38 proposal to separate org-special-ctrl-a/e into two variables Alan E. Davis
2009-02-22 17:39 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).