>>52 Emacs-20.7 とか XEmacs では DEL は DEL として認識されてます。
(x)emacs -q で起動して C-h-k-DEL した結果
XEmacs-21.5.4: DEL runs `backward-or-forward-delete-char' Emacs-20.7: DEL runs the command backward-delete-char-untabify Emacs-21.1 以降: C-d runs the command delete-char
etc/NEWS より : * Changes in Emacs 21.1 (中略) : ** The default binding of the Delete key has changed. : : The new user-option `normal-erase-is-backspace' can be set to : determine the effect of the Delete and Backspace function keys. : : On window systems, the default value of this option is chosen : according to the keyboard used. If the keyboard has both a Backspace : key and a Delete key, and both are mapped to their usual meanings, the : option's default value is set to t, so that Backspace can be used to : delete backward, and Delete can be used to delete forward. On : keyboards which either have only one key (usually labeled DEL), or two : keys DEL and BS which produce the same effect, the option's value is : set to nil, and these keys delete backward. : : If not running under a window system, setting this option accomplishes : a similar effect by mapping C-h, which is usually generated by the : Backspace key, to DEL, and by mapping DEL to C-d via : `keyboard-translate'. The former functionality of C-h is available on : the F1 key. You should probably not use this setting on a text-only : terminal if you don't have both Backspace, Delete and F1 keys. : : Programmatically, you can call function normal-erase-is-backspace-mode : to toggle the behavior of the Delete and Backspace keys.
で、normal-erase-is-backspace-mode を実行すれば DEL が DEL として認識 されることはわかりました。
ついさっきCVSのHEADを入れてXEmacs 21.1.14で起動しようとすると not a base64 character で起動しません。何か足りないでしょうか。 Emacs-20.7と21.1では起動します。 「send message...failed: 長すぎる行があります!」したのでbase64してみました。
navi2chを起動してlist modeは表示されるんですけど PC等->linuxでSPC押してもfile is not updatedといわれ、 なんも表示されません。 FAQ読んでみたところ、C-u Sで表示させろって書いてありますけど list modeで押してもbuffer is read only: #(buffer *navi2ch list*)と言われます。 こういう場合、どうすればいいのでしょうか?
if test -n "\$CONFIG_FILES"; then # Protect against being on the right side of a sed subst in config.status. sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF s,@SHELL@,$SHELL,;t t s,@exec_prefix@,$exec_prefix,;t t
…(略)…
s,@EMACS@,$EMACS,;t t s,@lispdir@,$lispdir,;t t s,@icondir@,$icondir,;t t CEOF