all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to convert this macro to Elisp?
@ 2010-02-16  0:16 kj
  2010-02-16  2:05 ` Harald Hanche-Olsen
  2010-02-16 13:07 ` Alberto Luaces
  0 siblings, 2 replies; 4+ messages in thread
From: kj @ 2010-02-16  0:16 UTC (permalink / raw)
  To: help-gnu-emacs




I have a macro that I want to convert to Elisp.  Furthermore, I
want the resulting code to be completely non-interactive.

Here's what the macro looks like:

C-x RET c               ;; universal-coding-system-argument
euc-jp                  ;; self-insert-command * 6
RET                     ;; newline
C-x C-f                 ;; find-file
test                    ;; self-insert-command * 4
RET                     ;; newline
C-x RET f               ;; set-buffer-file-coding-system
utf-8                   ;; self-insert-command * 5
RET                     ;; newline
C-x C-s                 ;; save-buffer
raw-text                ;; self-insert-command * 8
RET                     ;; newline

How can I convert this to Elisp?

The last two lines of the macro above point to a potential wrinkle.
'raw-text<RET>' is my interactive response when Emacs asked what
to do about characters that it was unable to encode using the
requested encoding.  I imagine that in some cases this warning will
not appear, so this response would be unnecessary.

TIA!

~K



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-16 14:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-16  0:16 How to convert this macro to Elisp? kj
2010-02-16  2:05 ` Harald Hanche-Olsen
2010-02-16 14:27   ` kj
2010-02-16 13:07 ` Alberto Luaces

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.