[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: Dearest Linda
Manoj Srivastava wrote:
>
> 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")))
> --
Interesting!!. How about pine and other mail software. I know in dos you
can type ascii value by pressing alt key to generate a character beyond
128.
- -mukund.
- --------------------------------------------------------------------
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.
------------------------------