|
|
Up |
|
|
  |
Author: Joel J. AdamsonJoel J. Adamson Date: Jul 13, 2008 11:05
Dan Davison stats.ox.ac.uk> writes:
> I'm using emacs22 in a gnome-terminal under ubuntu hardy.
Why? Quick edits? Remote session?
For whatever reason you're running in a terminal, there's probably
another way to do what you want with the X interface.
Also, xterm is a highly under-rated terminal emulator, and is very
configurable (give the man page a look).
Perhaps your problem is in how you choose to set things up, rather than
a real Emacs problem?
Joel
|
| |
|
| | 4 Comments |
|
  |
Author: Miles BaderMiles Bader Date: Jul 13, 2008 16:34
> Also, xterm is a highly under-rated terminal emulator, and is very
> configurable (give the man page a look).
>
> Perhaps your problem is in how you choose to set things up, rather than
> a real Emacs problem?
gnome-terminal is a very capable terminal emulator though, and runs
emacs fine as far as I can tell.
[The original report is quite confusing, so it's very hard to tell
exactly what the problem even is...]
-Miles
--
Selfish, adj. Devoid of consideration for the selfishness of others.
|
| |
|
| | no comments |
|
  |
Author: Joel J. AdamsonJoel J. Adamson Date: Jul 13, 2008 20:14
Miles Bader gnu.org> writes:
>> Also, xterm is a highly under-rated terminal emulator, and is very
>> configurable (give the man page a look).
>>
>> Perhaps your problem is in how you choose to set things up, rather than
>> a real Emacs problem?
>
> gnome-terminal is a very capable terminal emulator though, and runs
> emacs fine as far as I can tell.
I agree, however I've found that for a lot of things where I went
"against the grain" I later found a much easier way to do things.
Editing remote files, for example, is much easier using tramp than
relying on the remote system's version of Emacs (my university has not
updated Emacs since 2000).
I also thought Xterm was crap until I gave it a real shot, and now I use
it all the time.
|
| Show full article (0.94Kb) |
| no comments |
|
  |
Author: Dan DavisonDan Davison Date: Jul 15, 2008 04:19
On Mon, Jul 14, 2008 at 08:34:11AM +0900, Miles Bader wrote:
>> Also, xterm is a highly under-rated terminal emulator, and is very
>> configurable (give the man page a look).
>>
>> Perhaps your problem is in how you choose to set things up, rather than
>> a real Emacs problem?
>
> gnome-terminal is a very capable terminal emulator though, and runs
> emacs fine as far as I can tell.
>
> [The original report is quite confusing, so it's very hard to tell
> exactly what the problem even is...]
Fair enough! Let me try to give a concrete example. I have a buffer in
Emacs-Lisp mode, and type the characters
'(defun'
|
| Show full article (1.58Kb) |
| no comments |
|
  |
|
|
  |
Author: Miles BaderMiles Bader Date: Jul 15, 2008 21:31
Dan Davison stats.ox.ac.uk> writes:
> '(defun'
>
> fine. Now I try to add a space after the n. In stead of the (yellow)
> cursor moving on and shopwing space between iteself and the 'n', I get
> a yellow block two characters wide.
Interesting, that happens for me too, it does really seem to be a bug in
gnome-terminal. It doesn't seem to happen if font-locking is turned
off.
> Now I examine exactly what sort of
> characters are present, by selecting the text and submitting it on
> standard input to cat -A in a bash shell. The answer is
>
> (defun^I$
>
> So it put in a tab instead of a space after 'defun'. Why?
Note that what emacs sends to the terminal is _not_ the same as what's
in the buffer, it's a sequence of characters which should make the
terminal render the display Emacs wants to present.
|
| Show full article (1.13Kb) |
| no comments |
|
RELATED THREADS |
  |
|
|
|