英文の解釈

ある文献に載っていた例文. We had dinner at a Thai Restaurantand then drinks at a fancy hotel on 5th Avenue.The waitress was from Bangkok. 英語の母語話者にはc.のthe waitressの解釈1として"working at the hotel"が"working at the Thai Restaurant"よりも優先される(らしい). ...

September 22, 2004 · Ryusuke KIKUCHI <ryusuke.kikuchi@gmail.com>

Wanderlustで印刷

Wanderlust1で日本語が含まれたbufferの内容をps-print-bufferを使って文字化けせずに印刷する方法. ~/.xemacs/init.elに, (require 'ps-mule) (defalias 'ps-mule-header-string-charsets 'ignore) (setq ps-multibyte-buffer 'non-latin-printer) を追加する. お好みで~/.xemacs/custom.elに, '(ps-paper-type (quote a4)) '(ps-n-up-printing 2) を追加しておくのも良いかも… ...

September 22, 2004 · Ryusuke KIKUCHI <ryusuke.kikuchi@gmail.com>