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.


_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to