Followiung
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.000 sec
Re: (progn (top-level) A B C)     

Group: gnu.emacs.help · Group Profile · Search for Followiung in gnu.emacs.help
Author: A Soare
Date: Feb 14, 2007 09:37

... Г  : "Emacs Help [help-gnu-emacs]" <help-gnu-emacs@gnu.org> Objet : Re: (progn (top-level) A B C) A Soare wrote: Hello, Can somebody tell me how you write a code to execute the followiung commands in the order t-l A B C: (top-level) (A ...) (B ...) (C ...) ? I do not think you can do it directly, but maybe you can use a timer? (...
Show full article (1.58Kb)
Re: (progn (top-level) A B C)     

Group: gnu.emacs.help · Group Profile · Search for Followiung in gnu.emacs.help
Author: Lennart Borgman (gmail)
Date: Feb 14, 2007 08:38

A Soare wrote: Hello, Can somebody tell me how you write a code to execute the followiung commands in the order t-l A B C: (top-level) (A ...) (B ...) (C ...) ? I do not think you can do it directly, but maybe you can use a timer? (run-with-idle-timer 0 nil (lambda() (message "a")(sit-for 1) (message "b...
Show full article (0.51Kb)
Re: (progn (top-level) A B C)     

Group: gnu.emacs.help · Group Profile · Search for Followiung in gnu.emacs.help
Author: Pascal Bourguignon
Date: Feb 14, 2007 08:22

A Soare <alinsoar@voila.fr> writes: Hello, Can somebody tell me how you write a code to execute the followiung commands in the order t-l A B C: (top-level) (A ...) (B ...) (C ...) ? (progn (top-level) (A ...) (B ...) (C ...)) -- __Pascal Bourguignon__ http://www.informatimago.com/ CAUTION: The mass of this product contains the...
Show full article (0.46Kb) · Show article thread
(progn (top-level) A B C)     

Group: gnu.emacs.help · Group Profile · Search for Followiung in gnu.emacs.help
Author: A Soare
Date: Feb 14, 2007 07:38

Hello, Can somebody tell me how you write a code to execute the followiung commands in the order t-l A B C: (top-level) (A ...) (B ...) (C ...) ? Thanks. Alin Soare
Show full article (0.18Kb)