auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] Re: edit-utils/crm.el (completing-read-multiple) in XEmac


From: Ben Wing
Subject: [AUCTeX-devel] Re: edit-utils/crm.el (completing-read-multiple) in XEmacs
Date: Wed, 26 Oct 2005 20:54:17 -0500
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

Reiner Steib wrote:

Attached is revision 1.5 [2] from Emacs CVS plus the update of FSF
address (done in revision 1.8 in Emacs CVS).  The changes from
revision 1.6 and 1.7 cannot be applied because XEmacs doesn't have
`minibuffer-prompt-end'.

it looks like this function is in ilisp/completer.el, which is something i use and is probably similar to crm.el.

it reads

(unless (fboundp 'minibuffer-prompt-end)
 (defun minibuffer-prompt-end ()
   "Return the buffer position of the end of the minibuffer prompt.
Return (point-min) if current buffer is not a mini-buffer."
   (point-min)))

this is probably reasonable since the minibuffer-prompt is not part of the buffer in XEmacs.




reply via email to

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