Carsten Dominik <carsten.domi...@gmail.com> writes:

> On Aug 26, 2009, at 2:04 PM, Daniel Clemente wrote:
>
>>  I saw something strange: Emacs seems to beep with each C-n on that
>> view. Not with C-p.
>>
>>  The following (ding) is being run on next-line due to the condition
>> end-of-buffer, I don't know why:
>>
>>    (if (interactive-p)
>>      (condition-case nil
>>          (line-move arg nil nil try-vscroll)
>>        ((beginning-of-buffer end-of-buffer) (ding)))
>>      (line-move arg nil nil try-vscroll)))
>>  nil)
>>
>> The call was:
>> (line-move 1 nil nil 1)
>
> Interesting.  But I cannot reproduce it.

I too am having the exact same (minor) problem as Daniel. Additionally,
in the 'E' expanded view the 'p' command will move to the end of the
line containing the previous agenda entry as opposed to hugging the
leftmost column as it does in the non-expanded view.

Phil


_______________________________________________
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

Reply via email to