* formating-related fixes to `woman'
@ 2005-08-26 14:40 Emilio Lopes
0 siblings, 0 replies; only message in thread
From: Emilio Lopes @ 2005-08-26 14:40 UTC (permalink / raw)
diff -rN -c old-emacs-darcs.eclig/lisp/woman.el new-emacs-darcs.eclig/lisp/woman.el
*** old-emacs-darcs.eclig/lisp/woman.el Fri Aug 26 16:37:23 2005
--- new-emacs-darcs.eclig/lisp/woman.el Fri Aug 26 16:36:36 2005
***************
*** 422,430 ****
;; Geoff Voelker <voelker@cs.washington.edu>
;; Eli Zaretskii <eliz@is.elta.co.il>
- ;;; History:
- ;; For recent change log see end of file.
-
\f
;;; Code:
--- 422,427 ----
***************
*** 956,963 ****
:group 'woman-faces)
(defcustom woman-use-symbol-font nil
! "*If non-nil then may use the symbol font. It is off by default,
! mainly because it may change the line spacing (in NTEmacs 20.5)."
:type 'boolean
:group 'woman-faces)
--- 953,961 ----
:group 'woman-faces)
(defcustom woman-use-symbol-font nil
! "*If non-nil then may use the symbol font.
! It is off by default,mainly because it may change the line spacing
! \(in NTEmacs 20.5)."
:type 'boolean
:group 'woman-faces)
***************
*** 1259,1268 ****
;; Unread the command event (TAB = ?\t = 9) that runs the command
;; `minibuffer-complete' in order to automatically complete the
;; minibuffer contents as far as possible.
! (setq unread-command-events '(9)) ; and delete any type-ahead!
(completing-read "Manual file: " files nil 1
! (try-completion "" files) 'woman-file-history)))
! )))
(defun woman-select (predicate list)
"Select unique elements for which PREDICATE is true in LIST.
--- 1257,1265 ----
;; Unread the command event (TAB = ?\t = 9) that runs the command
;; `minibuffer-complete' in order to automatically complete the
;; minibuffer contents as far as possible.
! (setq unread-command-events '(9)) ; and delete any type-ahead!
(completing-read "Manual file: " files nil 1
! (try-completion "" files) 'woman-file-history))))))
(defun woman-select (predicate list)
"Select unique elements for which PREDICATE is true in LIST.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-26 14:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-26 14:40 formating-related fixes to `woman' Emilio Lopes
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).