Using LaTeX to make PDF documents with Japanese characters

Even if you know nothing about LaTeX, you can make your first Japanese PDF document by taking a copy of this example file JIS.tex, going to a shell command line and typing "pdflatex JIS.tex". That should produce this output: JIS.pdf. If that doesn’t work for you, then you need to install some LaTeX software or Read more »

Using and writing Emacs 22 input methods

Emacs 21 had a generic function called iso-accents-mode for writing âççéntèd çhàrâçtërs, but that was removed in Emacs 22. It took me a while, but I found the replacement was to use set-input-method, and then select whichever language you want to be able to type the accented characters of. The default keybinding for set-input-method is Read more »

Launching your favourite editor in Firefox

After a bit of tweaking, I’m now happily using the the It’s All Text! plugin to let me to edit webpage text boxes with Emacs. It also works with other text editors. [UPDATE: Actually, my browser is Iceweasel, not Firefox. See the Mozilla software rebranding article on Wikipedia, and the IceCat project] To configure it, Read more »

GNU Emacs 22: World’s Greatest Software Package

The GNU project has released Emacs 22. For the curious, now is a good time to try the World’s greatest software package. There is even an Emacs tour for people to take a look first. Emacs development began in 1976 and has been active development ever since. It was built for extensibility, and for thirty Read more »