help-gnu-emacs
[Top][All Lists]
Advanced

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

Buffer created but why movement command of function ignored?


From: Chris Seberino
Subject: Buffer created but why movement command of function ignored?
Date: Tue, 10 Feb 2015 10:13:51 -0800 (PST)
User-agent: G2/1.0

When I run this function the ansi-term is created but the point
does NOT move to beginning of buffer.  Why?

(global-set-key (kbd "M-l")       (lambda () (interactive)
                                          (ansi-term "ls")
                                          (beginning-of-buffer)))


reply via email to

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