Re: [O] Follow link scrolls current buffer when table aligns

2013-02-16 Thread Michael Brand
Hi Bastien On Sat, Feb 16, 2013 at 2:13 PM, Bastien wrote: > I finally fixed this with this commit: > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=adcc0d Fix confirmed. > Thanks for reporting this! Thank you for the nice solution. Michael

Re: [O] Follow link scrolls current buffer when table aligns

2013-02-16 Thread Bastien
Hi Michael, Michael Brand writes: > Minimal test to reproduce: > 1) put the attached n.org and t.org into one directory > 2) emacs -q > 3) C-x 3 > 4) open n.org > 5) M->, C-p, C-c C-o > The last step changes the scroll state of n.org but the return value > of window-start is expected be the same

[O] Follow link scrolls current buffer when table aligns

2013-01-17 Thread Michael Brand
(continued from bug-gnu-em...@gnu.org: “find-file-noselect scrolls current buffer” http://lists.gnu.org/archive/html/bug-gnu-emacs/2013-01/msg00619.html ) Hi all On Thu, Jan 17, 2013 at 12:10 AM, Stefan Monnier wrote: > I.e. use > M-: (add-hook 'text-mode-hook (lambda () (goto-char (point-max)