all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Best terminal emulator for emacs?
@ 2018-09-04  0:12 Ergus
  0 siblings, 0 replies; 4+ messages in thread
From: Ergus @ 2018-09-04  0:12 UTC (permalink / raw)
  To: help-gnu-emacs

Hi:

I'm using emacs with a -nw option. After some time I have tried gnome-terminal, termite, guake, tilda and it looks to be almost fine with xterm after some configuration. I am using this options in the .Xdefaults:

-------------------
*eightBitInput:   false
*eightBitOutput:  true

*termName: xterm-color
*metaSendsEscape:  true
*vt100.formatOtherKeys: 1

*ttyModes:  erase ^?

*VT100*translations: #override \
					 !Ctrl <Key>BackSpace: string(0x7f) \n\
					 !<Key>BackSpace: string(0x7f) \n\
					 !~Alt Ctrl <Key>I: string("\033[A") \n\
					 Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
					 Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
					 !	 Alt <Key>I: string("\033[1;5A") \n\
					 !	 Alt Ctrl <Key>I: string("\033[1;7A")

*backarrowKeyIsErase:      true

*buffered:         true
--------------------

With this I can even send C-? and C-: for example. But I still can't send C-Backspace or C-S-Backspace. Does anyone can give me a solution to this?? I am very tired to deal with this kind of issues for years. I can use any terminal emulator (available in linux) but not emacs in gui (it is a long story).

I accept any solution that includes modify the xterm config as needed, change the terminal itself for another one maybe more compatible, use the configuration of somebody else. It will be very useful if anyone tells me what's the better terminal emulator or configuration for using emacs, the more compatible (even if it needs some configuration).

Thanks in advance,
Ergus






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-10  9:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.347.1536025189.1284.help-gnu-emacs@gnu.org>
2018-09-04 13:51 ` Best terminal emulator for emacs? Javier
2018-09-04 14:18   ` Yuri Khan
2018-09-10  9:33   ` Ergus
2018-09-04  0:12 Ergus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.