[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch: fix wrong-type-argument error in vc-registered
From: |
Stefan |
Subject: |
Re: patch: fix wrong-type-argument error in vc-registered |
Date: |
Tue, 12 Oct 2004 21:19:42 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) |
> For example, mime-view.el in EMIKO module
> http://cvs.m17n.org/cgi-bin/viewcvs/semi/mime-view.el?rev=1.150.2.33.2.38&only_with_tag=emiko-1_14&content-type=text/vnd.viewcvs-markup
> calles set-auto-mode after setting buffer-file-name to non-absolute path
> for highlighting.
mime-view.el should be fixed then: buffer-file-name needs to have an
absolute path. Several other packages rely on this. Admittedly, it seems
that vc-registered is the only function that's always used that relies on
this, so fixing it will provide the illusion that things work, but in
reality, they'll break with things like uniquify as well (to name one other
case I happen to know of).
Stefan