Ar an triú lá déag de mí Eanair, scríobh Francois Maltey:
I try to change my gnuemacs in xemacs 21.5 beta-18 :
// A //
When I type an non ascii char (\'e = é) or so I get this xft/warning in
a Warning Window but the display is right.
(1) (xft/warning) ("unknown charset" #<charset latin-iso8859-1
"Latin-1"
"ISO8859-1 (Latin-1)" "ISO8859-1 (Latin-1)" 96 l2r cols=1 g1
final='A'
reg=iso8859-1 0x1b1>)
Can I suppress it or change my configuration ?
Can you see the character in question?
You can surpress the warning by following the steps detailed at
http://list-archive.xemacs.org/xemacs-beta/200412/msg00171.html
that is, add (add-to-list 'display-warning-suppressed-classes 'xft) to your
~/.xemacs/init.el .
My XResources is :
XEmacs*font: Bitstream Vera Sans:style=Roman:size=12
XEmacs*fontSet: Bitstream Vera Sans:style=Roman:size=12
XEmacs.bold-italic.attributeFont: Bitstream Vera Sans Mono:style=Bold Oblique:
size=12
XEmacs.bold.attributeFont: Bitstream Vera Sans Mono:style=Bold:size=12
XEmacs.default.attributeFont: Bitstream Vera Sans Mono:style=Roman:size=12
XEmacs.italic.attributeFont: Bitstream Vera Sans Mono:style=Oblique:size=12
XEmacs.modeline*attributeFont: Bitstream Vera Sans:style=Roman:size=12
// B //
I can't run gnus but only a mysterious gnuserv-start.
The debian-xemacs 21.4 and the gnusemacs both can run gnus.
What is missing in the beta xemacs ?
As Giacomo Boffi suggested, you need the packages to run Gnus.
Of corse I do a make install as root from the xemacs-21.5-b18
directory.
// C //
The M-$ ispell verification is very pretty in my gnuemacs.
Can I do the same with xemacs ?
In my .emacs I only put (setq ispell-dictionary "francais")
and ispell works out of the box.
How can I learn ispell to beta-xemacs ?
Describe the error messages you’re getting, and look into the values for
ispell-dictionary-alist . I should be able to give you something useful
tomorrow, either way :-)
// D //
I must delete this from my old .emacs ; is it right ?
(set-keyboard-coding-system 'iso-latin-1-unix)
(tool-bar-mode -1)
(setq-default enable-multibyte-characters nil)
A rough equivalent in XEmacs would be the following;
(setq terminal-coding-system 'iso-8859-1-unix)
(set-console-tty-coding-system (selected-console) 'iso-8859-1)
(set-specifier default-toolbar-visible-p nil)
;; There’s no need to enable multibyte characters if you have a Mule
;; XEmacs.
Have a good day !
You too!
--
“Ah come on now Ted, a Volkswagen with a mind of its own, driving all over
the place and going mad, if that’s not scary I don’t know what is.”