emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Custom agenda question


From: Carsten Dominik
Subject: Re: [Orgmode] Custom agenda question
Date: Thu, 27 Aug 2009 10:08:03 +0200


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

Carsten Dominik <address@hidden> 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]