unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* insert-char as alias to ucs-insert
@ 2012-07-12 14:00 René Kyllingstad
  2012-07-14  2:07 ` Leo
  0 siblings, 1 reply; 10+ messages in thread
From: René Kyllingstad @ 2012-07-12 14:00 UTC (permalink / raw)
  To: Emacs Dev [emacs-devel]


[-- Attachment #1.1: Type: text/plain, Size: 232 bytes --]

Hi,

I have a hard time remembering the name of ucs-insert. What about adding a
insert-char alias?

2012-07-12  René Kyllingstad  <rene@kyllingstad.com>

* international/mule-cmds.el (insert-char): New alias.


-- René

[-- Attachment #1.2: Type: text/html, Size: 444 bytes --]

[-- Attachment #2: insert-char-alias.patch --]
[-- Type: application/octet-stream, Size: 576 bytes --]

=== modified file 'lisp/international/mule-cmds.el'
*** lisp/international/mule-cmds.el	2012-06-27 21:15:13 +0000
--- lisp/international/mule-cmds.el	2012-07-11 14:59:47 +0000
*************** point or a number in hash notation, e.g.
*** 2954,2959 ****
--- 2954,2961 ----
       (t
        (cdr (assoc-string input (ucs-names) t))))))
  
+ (defalias 'insert-char 'ucs-insert)
+ 
  (defun ucs-insert (character &optional count inherit)
    "Insert COUNT copies of CHARACTER of the given Unicode code point.
  Interactively, prompts for a Unicode character name or a hex number


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

end of thread, other threads:[~2012-07-17 13:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 14:00 insert-char as alias to ucs-insert René Kyllingstad
2012-07-14  2:07 ` Leo
2012-07-14 15:57   ` Chong Yidong
2012-07-15 16:35     ` René Kyllingstad
2012-07-16  9:16       ` Chong Yidong
2012-07-16 10:31         ` Thien-Thi Nguyen
2012-07-16 15:58           ` Eli Zaretskii
2012-07-16 19:13             ` Thien-Thi Nguyen
2012-07-17 13:11             ` Jason Rumney
2012-07-16 16:14           ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).