[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/fast-lock.el
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/fast-lock.el |
Date: |
Tue, 14 Jan 2003 17:36:40 -0500 |
Index: emacs/lisp/fast-lock.el
diff -c emacs/lisp/fast-lock.el:1.25 emacs/lisp/fast-lock.el:1.26
*** emacs/lisp/fast-lock.el:1.25 Tue Nov 27 10:52:52 2001
--- emacs/lisp/fast-lock.el Tue Jan 14 17:36:40 2003
***************
*** 534,546 ****
;; than one file would have the same cache name in that directory, if the
luser
;; made a link from one relative cache directory to another. (Phew!)
(defun fast-lock-cache-name (directory)
! "Return full cache path name using caching DIRECTORY.
! If DIRECTORY is `.', the path is the buffer file name appended with `.flc'.
! Otherwise, the path name is constructed from DIRECTORY and the buffer's true
abbreviated file name, with all `/' characters in the name replaced with `#'
characters, and appended with `.flc'.
! If the same file has different cache path names when edited on different
machines, e.g., on one machine the cache file name has the prefix `#home',
perhaps due to automount, try putting in your `~/.emacs' something like:
--- 534,546 ----
;; than one file would have the same cache name in that directory, if the
luser
;; made a link from one relative cache directory to another. (Phew!)
(defun fast-lock-cache-name (directory)
! "Return full cache file name using caching DIRECTORY.
! If DIRECTORY is `.', the file name is the buffer file name appended with
`.flc'.
! Otherwise, the file name is constructed from DIRECTORY and the buffer's true
abbreviated file name, with all `/' characters in the name replaced with `#'
characters, and appended with `.flc'.
! If the same file has different cache file names when edited on different
machines, e.g., on one machine the cache file name has the prefix `#home',
perhaps due to automount, try putting in your `~/.emacs' something like:
- [Emacs-diffs] Changes to emacs/lisp/fast-lock.el,
Kim F. Storm <=