Ar an naoú lá déag de mí Deireadh Fómhair, scríobh skip(a)pobox.com:
Perhaps this is already known, but (console-tty-output-coding-system)
fails
on Carbon XEmacs with this message:
Wrong type argument: console-tty-p, #<carbon-console on "carbon"
0x21868>
I stumbled upon this as a side effect of trying to read my mail using VM.
This is expected, and happens with all non-TTY consoles. For VM, the
following patch (untested) should eliminate that error.
When I’ve tried to run VM on Carbon, I get an error in #'split-window--this
isn’t the case for you?
--- vm-mime.el~ Mon Oct 22 10:03:04 2007
+++ vm-mime.el Mon Oct 22 10:03:59 2007
@@ -318,7 +318,7 @@
(defun vm-mime-charset-decode-region (charset start end)
(or (markerp end) (setq end (vm-marker end)))
(cond ((or vm-xemacs-mule-p vm-fsfemacs-mule-p)
- (if (or (and vm-xemacs-p (memq (device-type) '(x gtk mswindows)))
+ (if (or (and vm-xemacs-p (device-on-window-system-p))
vm-fsfemacs-p
(vm-mime-tty-can-display-mime-charset charset)
nil)
@@ -4327,7 +4327,7 @@
(defun vm-mime-charset-internally-displayable-p (name)
"Can the given MIME charset be displayed within emacs by by VM?"
- (cond ((and vm-xemacs-mule-p (memq (device-type) '(x gtk mswindows)))
+ (cond ((and vm-xemacs-mule-p (device-on-window-system-p))
(or (vm-string-assoc name vm-mime-mule-charset-to-coding-alist)
(vm-mime-default-face-charset-p name)))
((and vm-fsfemacs-mule-p (memq window-system '(x mac win32 w32)))
--
On the quay of the little Black Sea port, where the rescued pair came once
more into contact with civilization, Dobrinton was bitten by a dog which was
assumed to be mad, though it may only have been indiscriminating. (Saki)
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta