On Aug 26, 2009, at 7:09 PM, Phil Rooke wrote:

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.

I cannot believe it, there really *are* people who use Emacs
and accept the new line-move-visual default value?????  This
drives me sooo crazy when editing code and other line-organized
content - which, frankly, is *all* the stuff I do edit in Emacs.
The absolute first line in my .emacs file is

(setq line-move-visual nil)

Anyway, I am now overruling this for the agenda, to get rid
of the beep for now.  I guess this should count as an Emacs
bug, though.

- Carsten




_______________________________________________
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