/[emacs]/emacs/lisp/textmodes/tildify.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/tildify.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by pj, Sat Mar 2 20:39:50 2002 UTC revision 1.7.2.1 by miles, Fri Apr 4 06:20:40 2003 UTC
# Line 107  The form (MAJOR-MODE . SYMBOL) defines a Line 107  The form (MAJOR-MODE . SYMBOL) defines a
107  mode, the item for the mode SYMBOL is looked up in the alist instead."  mode, the item for the mode SYMBOL is looked up in the alist instead."
108    :group 'tildify    :group 'tildify
109    :type '(repeat (cons symbol (choice string symbol))))    :type '(repeat (cons symbol (choice string symbol))))
110        
111  (defcustom tildify-ignored-environments-alist  (defcustom tildify-ignored-environments-alist
112    '((latex-mode    '((latex-mode
113       ("\\\\\\\\" . "")          ; do not remove this       ("\\\\\\\\" . "")          ; do not remove this
# Line 226  This function performs no refilling of t Line 226  This function performs no refilling of t
226        ;; No ignored environments, tildify directly        ;; No ignored environments, tildify directly
227        (tildify-tildify beg end ask)))        (tildify-tildify beg end ask)))
228    (message (format "%d spaces replaced." tildify-count)))    (message (format "%d spaces replaced." tildify-count)))
229                  
230  ;;;###autoload  ;;;###autoload
231  (defun tildify-buffer ()  (defun tildify-buffer ()
232    "Add hard spaces in the current buffer.    "Add hard spaces in the current buffer.
# Line 262  This function performs no refilling of t Line 262  This function performs no refilling of t
262               (symbolp alist))               (symbolp alist))
263          (tildify-mode-alist mode-alist alist)          (tildify-mode-alist mode-alist alist)
264        alist)))        alist)))
265      
266  (defun tildify-find-env (regexp)  (defun tildify-find-env (regexp)
267    "Find environment using REGEXP.    "Find environment using REGEXP.
268  Return regexp for the end of the environment or nil if no environment was  Return regexp for the end of the environment or nil if no environment was

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26