emacs-devel
[Top][All Lists]
Advanced

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

insert-string and Emacs Lisp


From: Pavel Janík
Subject: insert-string and Emacs Lisp
Date: Sun, 25 Nov 2001 11:51:15 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i386-suse-linux-gnu)

Hi,

insert-string is defined in mocklisp.c. RMS decided to remove Mocklisp
support (I havel it almost finished in my tree), but this function is used
in many sources in lisp/:

allout.el
array.el
calendar/appt.el
calendar/diary-lib.el
filecache.el
gnus/message.el
icomplete.el
iswitchb.el
mail/smtpmail.el
obsolete/cplus-md.el
play/gamegrid.el
play/yow.el
strokes.el
term/bg-mouse.el
term/sun-mouse.el
textmodes/bib-mode.el
vc.el

In many of these files, it can be replaced by insert, because it is used
as:

        (insert-string string)

Should I check each case and convert it into insert or do we have any
plans with insert-string?

If you are maintainer of some listed file, can you please check that
yourself?
-- 
Pavel Janík

Make sure every module hides something.
                  --  The Elements of Programming Style (Kernighan & Plaugher)



reply via email to

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