Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!ames!amdahl!pacbell!osc!jgk From: jgk@osc.COM (Joe Keane) Newsgroups: comp.emacs Subject: minibuffer questions Summary: Some of the minibuffer features are hard to change. Message-ID: <1998@osc.COM> Date: 6 Feb 90 01:09:04 GMT References: <186@nimbus3.UUCP> <1990Feb5.022103.3394@ddsw1.MCS.COM> Reply-To: jgk@osc.COM (Joe Keane) Organization: Object Sciences Corp., Menlo Park, CA Lines: 6 I have two questions about using read-from-minibuffer in my Emacs Lisp routines. First, is there any way to specify where to put the point in the minibuffer? It always starts at the end of the default response, which is not what i want. Second, is there any way to change the minibuffer prompt, without actually calling exit-minibuffer and recalling read-from-minibuffer with the new prompt? Thanks for any help.