* Re: Accidentally holding down LEFT arrow in Agenda
2009-08-24 11:19 ` Accidentally holding down LEFT arrow in Agenda Manuel Hermenegildo
@ 2009-07-24 15:03 ` Bastien
2009-08-25 9:09 ` Carsten Dominik
0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2009-07-24 15:03 UTC (permalink / raw)
To: Manuel Hermenegildo; +Cc: Richard Lewis, emacs-orgmode, Carsten Dominik
Manuel Hermenegildo <herme@fi.upm.es> writes:
> > Another possibility would be to more the org-agenda-later/earlier from
> > the cursor keys and put them onto some other keys. I do sometimes
> > think myself that it was a mistake to use the Cursor keys for this
> > functionality......
>
> For what it's worth I personally remap "n" and "p" to move from one
> week (day/month/...) to the other and use "C-n" and "C-p" to move
> within a week (day/month/...) as in a normal buffer because for me
> this merges better with the rest of the flow in emacs, i.e., I
> basically do not use the arrow keys for movement (too far from my
> fingers! ;-)).
I agree that n/p would be better that arrow keys here, I'm also often
misusing the arrow keys.
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Accidentally holding down LEFT arrow in Agenda
[not found] ` <F98E9156-71AA-4FF0-85E7-66CF889AF8F3@gmail.com>
@ 2009-08-24 11:19 ` Manuel Hermenegildo
2009-07-24 15:03 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Manuel Hermenegildo @ 2009-08-24 11:19 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode, Richard Lewis
> Another possibility would be to more the org-agenda-later/earlier from
> the cursor keys and put them onto some other keys. I do sometimes
> think myself that it was a mistake to use the Cursor keys for this
> functionality......
For what it's worth I personally remap "n" and "p" to move from one
week (day/month/...) to the other and use "C-n" and "C-p" to move
within a week (day/month/...) as in a normal buffer because for me
this merges better with the rest of the flow in emacs, i.e., I
basically do not use the arrow keys for movement (too far from my
fingers! ;-)). --Manuel
--
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Accidentally holding down LEFT arrow in Agenda
[not found] <87eir2tlm0.wl%richard.lewis@gold.ac.uk>
[not found] ` <F98E9156-71AA-4FF0-85E7-66CF889AF8F3@gmail.com>
@ 2009-08-24 14:04 ` Daniel Clemente
2009-08-24 14:20 ` Carsten Dominik
1 sibling, 1 reply; 6+ messages in thread
From: Daniel Clemente @ 2009-08-24 14:04 UTC (permalink / raw)
To: Richard Lewis; +Cc: emacs-orgmode
El dg, ago 23 2009 a les 20:45, Richard Lewis va escriure:
> This is sort of a bug query. Occasionally, I accidentally hold down
> the LEFT cursor key in Agenda mode, hoping to move the cursor left,
> but forgetting that it actually moves to next week.
>
I use org-agenda-clockreport-mode and then I see a table in the agenda. Sometimes I accidentally change day after pressing left/right because I wanted to move to the cell to the left/right. I should use Tab, but it doesn't work.
I would say that it doesn't make sense to change day when the cursor is over a clock report table in the agenda. But each person may see this differently.
-- Daniel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Accidentally holding down LEFT arrow in Agenda
2009-08-24 14:04 ` Daniel Clemente
@ 2009-08-24 14:20 ` Carsten Dominik
0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2009-08-24 14:20 UTC (permalink / raw)
To: Daniel Clemente; +Cc: emacs-orgmode, Richard Lewis
On Aug 24, 2009, at 4:04 PM, Daniel Clemente wrote:
> El dg, ago 23 2009 a les 20:45, Richard Lewis va escriure:
>
>> This is sort of a bug query. Occasionally, I accidentally hold down
>> the LEFT cursor key in Agenda mode, hoping to move the cursor left,
>> but forgetting that it actually moves to next week.
>>
>
> I use org-agenda-clockreport-mode and then I see a table in the
> agenda. Sometimes I accidentally change day after pressing left/
> right because I wanted to move to the cell to the left/right. I
> should use Tab, but it doesn't work.
This is not a editable table, which is why TAB does not work.
>
> I would say that it doesn't make sense to change day when the
> cursor is over a clock report table in the agenda. But each person
> may see this differently.
Yes, you might want to do the same customization as Manuel
describes earlier in this thread.
HTH
- Carsten
>
>
> -- Daniel
>
>
> _______________________________________________
> 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] 6+ messages in thread
* Re: Accidentally holding down LEFT arrow in Agenda
2009-07-24 15:03 ` Bastien
@ 2009-08-25 9:09 ` Carsten Dominik
2009-08-25 10:03 ` Torsten Wagner
0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-08-25 9:09 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode, Richard Lewis
On Jul 24, 2009, at 5:03 PM, Bastien wrote:
> Manuel Hermenegildo <herme@fi.upm.es> writes:
>
>>> Another possibility would be to more the org-agenda-later/earlier
>>> from
>>> the cursor keys and put them onto some other keys. I do sometimes
>>> think myself that it was a mistake to use the Cursor keys for this
>>> functionality......
>>
>> For what it's worth I personally remap "n" and "p" to move from one
>> week (day/month/...) to the other and use "C-n" and "C-p" to move
>> within a week (day/month/...) as in a normal buffer because for me
>> this merges better with the rest of the flow in emacs, i.e., I
>> basically do not use the arrow keys for movement (too far from my
>> fingers! ;-)).
>
> I agree that n/p would be better that arrow keys here, I'm also often
> misusing the arrow keys.
This is a pretty important change in the UI. I would like to
get a general vote to decide this. See my separate message.
- Carsten
>
> --
> Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Accidentally holding down LEFT arrow in Agenda
2009-08-25 9:09 ` Carsten Dominik
@ 2009-08-25 10:03 ` Torsten Wagner
0 siblings, 0 replies; 6+ messages in thread
From: Torsten Wagner @ 2009-08-25 10:03 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 918 bytes --]
>This is a pretty important change in the UI. I would like to
>get a general vote to decide this. See my separate message.
>
>- Carsten
Hi,
just a new user to org-mode, I apologize directly for jumping up and raise the
hand ;)
Other Projects run a little smooth transitions if changes like that are going
to be performed.
Maybe it is in general interesting to create a protocol which will do
something like
1. For the next n releases, both keys are present by default. However, using
the arrow keys will create a warning message in the minibuffer ala
"The function of the arrow keys are obsolete please use n or p see xyz.org for
more information"
2. After n releases it might be clear to the majority of all users and they
either updated there conf-files for an individual solution or got used to the
new style.
3. Perform the transition and "switch off" the obsolete keys
Just an idea
Greetings
Totti
[-- Attachment #1.2: Type: text/html, Size: 2147 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] 6+ messages in thread
end of thread, other threads:[~2009-08-25 10:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <87eir2tlm0.wl%richard.lewis@gold.ac.uk>
[not found] ` <F98E9156-71AA-4FF0-85E7-66CF889AF8F3@gmail.com>
2009-08-24 11:19 ` Accidentally holding down LEFT arrow in Agenda Manuel Hermenegildo
2009-07-24 15:03 ` Bastien
2009-08-25 9:09 ` Carsten Dominik
2009-08-25 10:03 ` Torsten Wagner
2009-08-24 14:04 ` Daniel Clemente
2009-08-24 14:20 ` 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).