/[emacs]/emacs/lispintro/emacs-lisp-intro.texi
ViewVC logotype

Diff of /emacs/lispintro/emacs-lisp-intro.texi

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

revision 1.30 by bob, Tue Oct 12 17:15:06 2004 UTC revision 1.31 by bob, Tue Oct 12 17:18:53 2004 UTC
# Line 14930  Here is the function: Line 14930  Here is the function:
14930         ;; check whether filename is that of a directory         ;; check whether filename is that of a directory
14931         ((eq t (car (cdr (car current-directory-list))))         ((eq t (car (cdr (car current-directory-list))))
14932          ;; decide whether to skip or recurse          ;; decide whether to skip or recurse
14933          (if          (if
14934              (equal "."              (equal "."
14935                     (substring (car (car current-directory-list)) -1))                     (substring (car (car current-directory-list)) -1))
14936              ;; then do nothing since filename is that of              ;; then do nothing since filename is that of
# Line 17125  problem recently.) Line 17125  problem recently.)
17125  @item  Ignore case when using `grep'@*  @item  Ignore case when using `grep'@*
17126  @samp{-n}@w{  }   Prefix each line of output with line number@*  @samp{-n}@w{  }   Prefix each line of output with line number@*
17127  @samp{-i}@w{  }   Ignore case distinctions@*  @samp{-i}@w{  }   Ignore case distinctions@*
17128  @samp{-e}@w{  }   Protect patterns beginning with a hyphen character, @samp{-}  @samp{-e}@w{  }   Protect patterns beginning with a hyphen character, @samp{-}
17129    
17130  @smallexample  @smallexample
17131  (setq grep-command "grep  -n -i -e ")  (setq grep-command "grep  -n -i -e ")
# Line 17166  If you want to write with Chinese `GB' c Line 17166  If you want to write with Chinese `GB' c
17166  @end itemize  @end itemize
17167    
17168  @subsubheading Fixing Unpleasant Key Bindings  @subsubheading Fixing Unpleasant Key Bindings
17169  @cindex Key bindings, fixing  @cindex Key bindings, fixing
17170  @cindex Bindings, key, fixing unpleasant  @cindex Bindings, key, fixing unpleasant
17171    
17172  Some systems bind keys unpleasantly.  Sometimes, for example, the  Some systems bind keys unpleasantly.  Sometimes, for example, the

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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