[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Dearest Linda
- Subject: Re: Dearest Linda
- From: Manoj Srivastava <srivasta@xxxxxxx>
- Date: 07 Aug 1999 02:39:52 -0500
Hi,
>>"Aranya" == Aranya <akshata@xxxxxxxxxxxxxxxxxxx> writes:
>> Touché Atul
Aranya> Sorry for asking this stupid question but I'm curious as to
Aranya> how you typed that e?
Oh? Accented characters like èàéá? And strange stuff like ¿¡Æ¶?
If you are using emacs, all this is on the C-X 8 keymap. I hae the
following invocation in my .emacs file.
manoj
¢©Þþ®¬
;; ISO characters
;;
(if (string= window-system "x")
(progn
(require 'disp-table)
(if (emacs-type-eq 'fsf)
(if (emacs-version= 19)
(progn
(require 'iso-syntax)
(load "alt-symbol")
)))
(require 'iso-insert)
)
(if (emacs-type-eq 'fsf)
(if (emacs-version= 19)
(require 'iso-syntax)))
(load-library "iso-ascii")
)
(if (emacs-type-eq 'fsf)
(if (emacs-version= 20)
(set-language-environment "Latin-1")))
- --
Too much is just enough. Mark Twain, on whiskey
Manoj Srivastava <srivasta@xxxxxxxxxx> <http://www.debian.org/%7Esrivasta/>
Key C7261095 fingerprint = CB D9 F4 12 68 07 E4 05 CC 2D 27 12 1D F5 E8 6E
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.
------------------------------