[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#671: 23.0.60; To source or not to source (from help)
From: |
Stefan Monnier |
Subject: |
bug#671: 23.0.60; To source or not to source (from help) |
Date: |
Fri, 08 Aug 2008 14:43:03 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> Personally, I'd prefer something like the following in both cases:
> (unless (or (eq file-name 'C-source)
> (file-exists-p file-name))
> (setq file-name (find-source-lisp-file file-name)))
I'd use file-readable-p, but otherwise, it sounds fine,
Stefan
bug#672: 23.0.60; To source or not to source (from help), OFFICE ZERO, 2008/08/08
bug#672: 23.0.60; To source or not to source (from help), OFFICE ZERO, 2008/08/09
bug#671: 23.0.60; To source or not to source (from help),
Stefan Monnier <=