[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:22626] Re: jed で del キーを使う方法



こんにちはiwcです

菊谷様、島田様replyありがとうございました。
おかげでjedでdelキーが使えるようになりました。

返事が送れて申し訳ございませんでした。
突然電話回線が利用停止にさせられていたもので・・・・

xjed.txt・・・・すみません見ていませんでした。
私の調査不足でした。以後気をつけたいと思います。

C^dも知らなかったので、delが分からない時は
使わせていただきます。

本当にありがとうございました。
これでjedをようやく満足して使うことができます。

> #ifdef XWINDOWS
>   x_set_keysym (0xFFFF, 0, "\e[3~");
> #endif
> setkey ("delete_char_cmd", "\e[3~");
>
> とでもしてください。.jedrc で。
>
> jedのドキュメントのxjed.txtに以下のように書いてます。
>
> --------------------------------------------------------------------------
-
> Delete Key:
>
>    Once every month or two, someone sends me a patch for ``fixing''
> the delete key.  The patch usually involves changing the escape
> sequence associated with the DELETE keysym (0xFFFF) from "^?" to
> "\e[3~".  The reason for the patch is to get the key labeled DELETE to
> delete the character at the cursor and not the previous one.  However,
> this solution creates as many problems as it solves because on many
> systems, the BACKSPACE key also sends the DELETE keysym and the patch
> would create havoc on such systems.  This is another manifestation of
> the backspace vs delete debate.
>
>    If you are sure that your X Windows server distinguishes between
> the backspace key and the delete key, then you can get your delete key
> to delete the character under the cursor by putting:
>
>     x_set_keysym (0xFFFF, 0, "\e[3~");
>     setkey ("delete_char_cmd", "\e[3~");
>
> in your .jedrc file.
>
> --
> 人生を背負い投げ
>
> 菊谷 誠(Kikutani Makoto)  g@xxxxxxxxxxx or kikutani@xxxxxxxxxx
>