# HG changeset patch # User Sam Steingold # Date 1002914330 0 # Node ID 68ca5f31c24db153bbda87542acd7872c709c10a # Parent c5c5558d34cc40e56933af1480d6846a320f40fc (completion-ignored-extensions): CL-related extensions are platform-independent. diff -r c5c5558d34cc -r 68ca5f31c24d lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 12 19:16:34 2001 +0000 +++ b/lisp/ChangeLog Fri Oct 12 19:18:50 2001 +0000 @@ -1,5 +1,8 @@ 2001-10-12 Sam Steingold + * bindings.el (completion-ignored-extensions): CL-related + extensions are platform-independent. + * net/ange-ftp.el (ange-ftp-copy-files-async): New function for asynchronous multiple file copying. diff -r c5c5558d34cc -r 68ca5f31c24d lisp/bindings.el --- a/lisp/bindings.el Fri Oct 12 19:16:34 2001 +0000 +++ b/lisp/bindings.el Fri Oct 12 19:18:50 2001 +0000 @@ -148,7 +148,7 @@ 'local-map mode-line-input-method-map)))) ,(propertize "%Z" - 'help-echo + 'help-echo (purecopy (lambda (window object point) (save-window-excursion (select-window window) @@ -239,7 +239,7 @@ (propertize " %[(" 'help-echo help-echo) '(:eval (mode-line-mode-name)) 'mode-line-process 'minor-mode-alist (propertize "%n" 'help-echo "mouse-2: widen" - 'local-map (make-mode-line-mouse-map + 'local-map (make-mode-line-mouse-map 'mouse-2 #'mode-line-widen)) (propertize ")%]--" 'help-echo help-echo) `(which-func-mode ("" which-func-format ,dashes)) @@ -377,10 +377,10 @@ text properties for face, help-echo, and local-map to it." (list (propertize fmt 'face '(:weight bold) - 'help-echo + 'help-echo (purecopy "mouse-1: previous buffer, mouse-3: next buffer") 'local-map mode-line-buffer-identification-keymap))) - + (setq-default mode-line-buffer-identification (propertized-buffer-identification "%12b")) @@ -426,10 +426,10 @@ ".a" ".ln" ".blg" ".bbl")) ((eq system-type 'vax-vms) '(".obj" ".exe" ".bin" ".lbin" ".sbin" - ".brn" ".rnt" ".mem" ".lni" ".lis" + ".brn" ".rnt" ".lni" ".lis" ".olb" ".tlb" ".mlb" ".hlb")) (t - '(".o" "~" ".bin" ".lbin" ".fasl" ".ufsl" + '(".o" "~" ".bin" ".lbin" ".a" ".ln" ".blg" ".bbl"))) '(".elc" ".lof" ".glo" ".idx" ".lot" @@ -437,10 +437,12 @@ ".dvi" ".fmt" ".tfm" ".pdf" ;; Java compiled ".class" - ;; Clisp - ".fas" ".lib" + ;; CLISP + ".fas" ".lib" ".mem" ;; CMUCL ".x86f" ".sparcf" + ;; Other CL implementations (Allegro, LispWorks) + ".fasl" ".ufsl" ".fsl" ".dxl" ;; Libtool ".lo" ".la" ;; Texinfo-related @@ -465,7 +467,7 @@ "^Save not confirmed$" "^Recover-file cancelled\\.$" "^Cannot switch buffers in a dedicated window$" - + ;; ediff "^Errors in diff output. Diff output is in " "^Hmm... I don't see an Ediff command around here...$"