help-emacs-windows
[Top][All Lists]
Advanced

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

Re: [h-e-w] Re: C-x C-f *.txt RET


From: Jason Rumney
Subject: Re: [h-e-w] Re: C-x C-f *.txt RET
Date: Sun, 11 Jun 2006 00:29:30 +0100
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Stephen Leake wrote:
(defun sal-find-file (filename)
  "Find a file. Prefix arg means other window."
  (interactive "FFind file: ")
  (if current-prefix-arg
      (find-file-other-window filename)
    (find-file filename) ))

Any advice on restoring the wildcards? I'm always up for learning more
about elisp


Change that last line to
  (find-file filename t)))





reply via email to

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