Re: Question about writing a macro in XEMACS
"Stephen J. Turnbull" <[email protected]> Sat, 08 Jul 2006 00:26:23 +0900
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Organization | The XEmacs Project |
| Message-ID | <[email protected]> |
>>>>> "Mohsen" == Mohsen Owzar <[email protected]> writes: Mohsen> If not please let me know to where I have to write next Mohsen> time, if I have questions belonging to XEMACS, because I'm Mohsen> new in this group. xemacs-news is going to be decommissioned in a few days; you should post directly to the comp.emacs.xemacs newsgroup. You can access it through Google Groups, etc, if you don't have a news feed. Mohsen> each time the replacement is increased by a certain value, Mohsen> in this case one, how can I write my macro to achieve this Mohsen> replacement by using the command Mohsen> "excecute-last-kbd-macro"? Currently, you can't. It's possible to query the user, by using C-x q while recording. Then the user would enter the correct number. However, to increment and insert automatically, you must write Lisp code. I believe GNU Emacs has a feature for doing this kind of thing (at least they discussed it) but it hasn't been ported to XEmacs yet. -- School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.