* bug?: C-e passes ellipses if no tags are present
@ 2009-09-24 21:08 Alan E. Davis
2009-09-24 22:26 ` Darlan Cavalcante Moreira
2009-09-25 7:00 ` Carsten Dominik
0 siblings, 2 replies; 5+ messages in thread
From: Alan E. Davis @ 2009-09-24 21:08 UTC (permalink / raw)
To: org-mode
[-- Attachment #1.1: Type: text/plain, Size: 549 bytes --]
This may not be a bug, but it bugs me alot. When using remember to store a
note, C-e passes the ellipses. I am using an alternate font for the
ellipses. I live in utter terror of deleting ellipses, so I am keenly aware
anymore when something is out of the ordinary.
It doesn't feel right to me to pass the ellipses. When a tag is added, C-e
goes to the end of the headline, and I am able to proceed normally.
The ideal outcome for me, would be if C-e always moved before the ellipses.
Is this contrary to expectations?
Thank you,
Alan Davis
[-- Attachment #1.2: Type: text/html, Size: 595 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] 5+ messages in thread
* Re: bug?: C-e passes ellipses if no tags are present
2009-09-24 21:08 bug?: C-e passes ellipses if no tags are present Alan E. Davis
@ 2009-09-24 22:26 ` Darlan Cavalcante Moreira
2009-09-25 7:05 ` Carsten Dominik
2009-09-25 7:00 ` Carsten Dominik
1 sibling, 1 reply; 5+ messages in thread
From: Darlan Cavalcante Moreira @ 2009-09-24 22:26 UTC (permalink / raw)
To: Alan E. Davis; +Cc: org-mode
At Fri, 25 Sep 2009 07:08:31 +1000,
Alan E. Davis wrote:
>
> This may not be a bug, but it bugs me alot. When using remember to store a
> note, C-e passes the ellipses. I am using an alternate font for the
> ellipses. I live in utter terror of deleting ellipses, so I am keenly aware
> anymore when something is out of the ordinary.
>
> It doesn't feel right to me to pass the ellipses. When a tag is added, C-e
> goes to the end of the headline, and I am able to proceed normally.
>
> The ideal outcome for me, would be if C-e always moved before the ellipses.
> Is this contrary to expectations?
>
> Thank you,
>
> Alan Davis
In addition to this, is is possible to map the Home and End keys to the same
functions of C-a and C-e, respectively? I prefer the Home and End keys instead
of C-a and C-e and, although this can be easily accomplished with some lines in
the dotemacs file, it's good to have it as a default, IMHO.
However, I'm not sure if this is against an "emacs convention", since in the
Wanderlust E-Mail reader only C-a and C-e are remapped to modified functions as
with org-mode right now. Maybe they are really supposed to be different.
--
Darlan Cavalcante Moreira
darcamo@gmail.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bug?: C-e passes ellipses if no tags are present
2009-09-24 21:08 bug?: C-e passes ellipses if no tags are present Alan E. Davis
2009-09-24 22:26 ` Darlan Cavalcante Moreira
@ 2009-09-25 7:00 ` Carsten Dominik
2009-09-25 8:13 ` Alan E. Davis
1 sibling, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2009-09-25 7:00 UTC (permalink / raw)
To: Alan E. Davis; +Cc: org-mode
On Sep 24, 2009, at 10:08 PM, Alan E. Davis wrote:
> This may not be a bug, but it bugs me alot.
Yes, this counts as a bug. However, I don't know why you put this in
context with remember. It has nothing to do with that.
The bug is fixed.
- Carsten
> When using remember to store a note, C-e passes the ellipses. I
> am using an alternate font for the ellipses. I live in utter terror
> of deleting ellipses, so I am keenly aware anymore when something is
> out of the ordinary.
>
> It doesn't feel right to me to pass the ellipses. When a tag is
> added, C-e goes to the end of the headline, and I am able to proceed
> normally.
>
> The ideal outcome for me, would be if C-e always moved before the
> ellipses. Is this contrary to expectations?
>
> Thank you,
>
> Alan Davis
> _______________________________________________
> 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] 5+ messages in thread
* Re: bug?: C-e passes ellipses if no tags are present
2009-09-24 22:26 ` Darlan Cavalcante Moreira
@ 2009-09-25 7:05 ` Carsten Dominik
0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2009-09-25 7:05 UTC (permalink / raw)
To: Darlan Cavalcante Moreira; +Cc: org-mode
On Sep 24, 2009, at 11:26 PM, Darlan Cavalcante Moreira wrote:
> At Fri, 25 Sep 2009 07:08:31 +1000,
> Alan E. Davis wrote:
>>
>> This may not be a bug, but it bugs me alot. When using remember to
>> store a
>> note, C-e passes the ellipses. I am using an alternate font for the
>> ellipses. I live in utter terror of deleting ellipses, so I am
>> keenly aware
>> anymore when something is out of the ordinary.
>>
>> It doesn't feel right to me to pass the ellipses. When a tag is
>> added, C-e
>> goes to the end of the headline, and I am able to proceed normally.
>>
>> The ideal outcome for me, would be if C-e always moved before the
>> ellipses.
>> Is this contrary to expectations?
>>
>> Thank you,
>>
>> Alan Davis
>
> In addition to this, is is possible to map the Home and End keys to
> the same
> functions of C-a and C-e, respectively? I prefer the Home and End
> keys instead
> of C-a and C-e and, although this can be easily accomplished with
> some lines in
> the dotemacs file, it's good to have it as a default, IMHO.
I d think this makes sense, in particular because the default setting is
org-special-ctrl-a/e set to nil.
I fixed this.
- Carsten
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: bug?: C-e passes ellipses if no tags are present
2009-09-25 7:00 ` Carsten Dominik
@ 2009-09-25 8:13 ` Alan E. Davis
0 siblings, 0 replies; 5+ messages in thread
From: Alan E. Davis @ 2009-09-25 8:13 UTC (permalink / raw)
To: Carsten Dominik; +Cc: org-mode
[-- Attachment #1.1: Type: text/plain, Size: 705 bytes --]
Thank you for fixing this.
On Fri, Sep 25, 2009 at 5:00 PM, Carsten Dominik
<carsten.dominik@gmail.com>wrote:
>
> Yes, this counts as a bug. However, I don't know why you put this in
> context with remember. It has nothing to do with that.
>
Perhaps it recalls remember to my mind because I lean heavily on remember
for one of my most typical uses of org-mode: posting miscellaneous notes of
all kinds in a number of specific *.org files. And I have fallen into the
habit of committing the notes to their targets as soon as I've typed the
headline, and immediately going to work on that in the target file. I don't
often type tags immediately, which leads to this problem.
It works for me.
Alan
[-- Attachment #1.2: Type: text/html, Size: 1063 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] 5+ messages in thread
end of thread, other threads:[~2009-09-25 8:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-24 21:08 bug?: C-e passes ellipses if no tags are present Alan E. Davis
2009-09-24 22:26 ` Darlan Cavalcante Moreira
2009-09-25 7:05 ` Carsten Dominik
2009-09-25 7:00 ` Carsten Dominik
2009-09-25 8:13 ` Alan E. Davis
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).