all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* need obsolete arg in (read-from-minibuffer ...)
@ 2011-03-18 20:23 ken
  2011-03-18 20:37 ` Drew Adams
  0 siblings, 1 reply; 10+ messages in thread
From: ken @ 2011-03-18 20:23 UTC (permalink / raw
  To: GNU Emacs List

The below is a stripped-down version of a function I'm writing.  It
works as desired, but the docs say that 2nd arg is obsolete.  However,
I've tried a lot of permutations of the args listed and I can't get this
function to work without using that obsolete 2nd arg.


(defun mygetstr (def-val)
    (read-from-minibuffer "Enter/Edit string: " def-val nil nil nil
def-val t))


What do the elisp mavens on this list say?

-- 
Anything is easy if you know how to do it.



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

end of thread, other threads:[~2011-03-22  1:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18 20:23 need obsolete arg in (read-from-minibuffer ...) ken
2011-03-18 20:37 ` Drew Adams
2011-03-18 22:12   ` ken
2011-03-18 23:03     ` Drew Adams
2011-03-19  2:22       ` ken
2011-03-19  2:34         ` Drew Adams
     [not found]       ` <mailman.0.1300501334.15172.help-gnu-emacs@gnu.org>
2011-03-22  1:02         ` Stefan Monnier
     [not found]   ` <mailman.23.1300486344.31996.help-gnu-emacs@gnu.org>
2011-03-19  1:59     ` Stefan Monnier
2011-03-19  5:23       ` ken
2011-03-19  5:51       ` need obsolete arg in (read-from-minibuffer ...) in Version 2.0 ken

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.