all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacsclient minibuffer
@ 2015-03-08 13:55 Stephen Chadfield
  2015-03-08 18:15 ` Emanuel Berg
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Chadfield @ 2015-03-08 13:55 UTC (permalink / raw
  To: help-gnu-emacs

Using Emacs 24.3 in RHEL7. When I open a new frame with "emacsclient -c"
the minibuffer is the wrong size with the text:

"When done with the frame, type C-x 5 0"

partially duplicated (can only see the top half of the second version).

Clicking in the scratch buffer clears the minibuffer and sets it to the
correct size but it is still kind of annoying.

Any fixes, workarounds?

-- 
Stephen Chadfield


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

* Re: emacsclient minibuffer
  2015-03-08 13:55 emacsclient minibuffer Stephen Chadfield
@ 2015-03-08 18:15 ` Emanuel Berg
  2015-03-08 21:33   ` Stephen Chadfield
  0 siblings, 1 reply; 9+ messages in thread
From: Emanuel Berg @ 2015-03-08 18:15 UTC (permalink / raw
  To: help-gnu-emacs

Stephen Chadfield <stephen@chadfield.com> writes:

> Using Emacs 24.3 in RHEL7. When I open a new frame
> with "emacsclient -c" the minibuffer is the wrong
> size with the text:
>
> "When done with the frame, type C-x 5 0"
>
> partially duplicated (can only see the top half of
> the second version).
>
> Clicking in the scratch buffer clears the minibuffer
> and sets it to the correct size but it is still kind
> of annoying.

This sounds like a window manager issue. I have
(emacs-version t)

    GNU Emacs 24.4.1 (x86_64-pc-linux-gnu) of
    2014-10-25 on trouble, modified by Debian

and I don't get your situation. Can you tell us what
else you are using? X, GNOME, KDE, Openbox, fvwm...?

-- 
underground experts united


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

* Re: emacsclient minibuffer
  2015-03-08 18:15 ` Emanuel Berg
@ 2015-03-08 21:33   ` Stephen Chadfield
  2015-03-09  0:24     ` Emanuel Berg
  2015-03-09  2:09     ` Stephen Chadfield
  0 siblings, 2 replies; 9+ messages in thread
From: Stephen Chadfield @ 2015-03-08 21:33 UTC (permalink / raw
  To: help-gnu-emacs

Using Gnome Shell.
-- 
Stephen Chadfield


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

* Re: emacsclient minibuffer
  2015-03-08 21:33   ` Stephen Chadfield
@ 2015-03-09  0:24     ` Emanuel Berg
  2015-03-09  0:43       ` Emanuel Berg
  2015-03-09  2:09     ` Stephen Chadfield
  1 sibling, 1 reply; 9+ messages in thread
From: Emanuel Berg @ 2015-03-09  0:24 UTC (permalink / raw
  To: help-gnu-emacs

Stephen Chadfield <stephen@chadfield.com> writes:

> Using Gnome Shell.

Wow, that was some application! Took me ages to
install and slowed the computer down instantly. But I
just realized that I don't have a GUI Emacs anyway but
the /usr/bin/emacs24-nox ("no X") so I can't test
anyway. But it works in xterm and gnome-terminal from
X with Openbox and Gnome Shell. But yeah, it would
have been strange otherwise...

-- 
underground experts united


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

* Re: emacsclient minibuffer
  2015-03-09  0:24     ` Emanuel Berg
@ 2015-03-09  0:43       ` Emanuel Berg
  2015-03-09  0:56         ` Bob Proulx
  0 siblings, 1 reply; 9+ messages in thread
From: Emanuel Berg @ 2015-03-09  0:43 UTC (permalink / raw
  To: help-gnu-emacs

Emanuel Berg <embe8573@student.uu.se> writes:

> ... I just realized that I don't have a GUI Emacs
> anyway but the /usr/bin/emacs24-nox ("no X") ...

By the way, you can find out what Emacs executable you
use with

    readlink -e `type emacs`

which will track down the last symlink.

There, I have /usr/bin/emacs24-nox which is the
binary.

-- 
underground experts united


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

* Re: emacsclient minibuffer
  2015-03-09  0:43       ` Emanuel Berg
@ 2015-03-09  0:56         ` Bob Proulx
  0 siblings, 0 replies; 9+ messages in thread
From: Bob Proulx @ 2015-03-09  0:56 UTC (permalink / raw
  To: help-gnu-emacs

Emanuel Berg wrote:
> By the way, you can find out what Emacs executable you
> use with
>     readlink -e `type emacs`

Small typo.  You wanted `type -p emacs` there.  :-)

> which will track down the last symlink.

Or you can run update-alternatives to query it for what is active.
This is a Debian specific feature.  On a server:

  rwp@despair:~$ update-alternatives --display emacs
  emacs - auto mode
    link currently points to /usr/bin/emacs23-nox
  /usr/bin/emacs22-nox - priority 25
    slave emacs.1.gz: /usr/share/man/man1/emacs.1emacs22.gz
  /usr/bin/emacs23-nox - priority 26
    slave emacs-128x128.png: /usr/share/icons/hicolor/128x128/apps/emacs23.png
    slave emacs-16x16.png: /usr/share/icons/hicolor/16x16/apps/emacs23.png
    slave emacs-24x24.png: /usr/share/icons/hicolor/24x24/apps/emacs23.png
    slave emacs-32x32.png: /usr/share/icons/hicolor/32x32/apps/emacs23.png
    slave emacs-48x48.png: /usr/share/icons/hicolor/48x48/apps/emacs23.png
    slave emacs-document.svg: /usr/share/icons/hicolor/scalable/mimetypes/emacs23-document.svg
    slave emacs.1.gz: /usr/share/man/man1/emacs.emacs23.1.gz
    slave emacs.svg: /usr/share/icons/hicolor/scalable/apps/emacs23.svg
  Current 'best' version is '/usr/bin/emacs23-nox'.

The idea is that documentation and man pages are also linked to the
alternative.  As alternatives are selected the documentation follows.

Some time ago I wrote up a mailing list message describing the Debian
alternative system.  If you are interested in the rationale behind
things I think this is a good explanation of it.

  https://lists.debian.org/debian-user/2002/08/msg02808.html

Bob



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

* Re: emacsclient minibuffer
  2015-03-08 21:33   ` Stephen Chadfield
  2015-03-09  0:24     ` Emanuel Berg
@ 2015-03-09  2:09     ` Stephen Chadfield
  2015-03-09  2:50       ` Emanuel Berg
  1 sibling, 1 reply; 9+ messages in thread
From: Stephen Chadfield @ 2015-03-09  2:09 UTC (permalink / raw
  To: help-gnu-emacs

Stephen Chadfield <stephen@chadfield.com> writes:

I recompiled emacs using lucid instead of gtk and noticed that the
minibuffer problem - along with some other annoying problems - went
away. It seems emacs+gtk still needs a little work...

-- 
Stephen Chadfield


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

* Re: emacsclient minibuffer
  2015-03-09  2:09     ` Stephen Chadfield
@ 2015-03-09  2:50       ` Emanuel Berg
  2015-03-09  2:55         ` Robert Thorpe
  0 siblings, 1 reply; 9+ messages in thread
From: Emanuel Berg @ 2015-03-09  2:50 UTC (permalink / raw
  To: help-gnu-emacs

Stephen Chadfield <stephen@chadfield.com> writes:

> I recompiled emacs using lucid instead of gtk and
> noticed that the minibuffer problem - along with
> some other annoying problems - went away. It seems
> emacs+gtk still needs a little work...

OK, it was a graphics library compilation (?) problem,
not a WM problem: close enough! No, of course a
terminal Emacs wouldn't have this kind of problem.
What could go wrong? It is all an orchestra of strings
- doing unbelievable things...

But, even though I don't use the X GUI Emacs myself, I
suspect that Emacs has sufficient experience under
GNOME and GTK for it to work without visible bugs
(both desktops GNOME and KDE - KDE, which uses Qt
instead of GNOME's GTK - are projects of the
middle-late 90s).

-- 
underground experts united


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

* Re: emacsclient minibuffer
  2015-03-09  2:50       ` Emanuel Berg
@ 2015-03-09  2:55         ` Robert Thorpe
  0 siblings, 0 replies; 9+ messages in thread
From: Robert Thorpe @ 2015-03-09  2:55 UTC (permalink / raw
  To: Emanuel Berg; +Cc: help-gnu-emacs

Emanuel Berg <embe8573@student.uu.se> writes:

...
> But, even though I don't use the X GUI Emacs myself, I
> suspect that Emacs has sufficient experience under
> GNOME and GTK for it to work without visible bugs
> (both desktops GNOME and KDE - KDE, which uses Qt
> instead of GNOME's GTK - are projects of the
> middle-late 90s).

Unfortunately there are still problems.  Emacs --daemon doesn't work
properly with GTK+.  That's because of a GTK+ side problem.

Although GTK+ is old it changes frequently.

BR,
Robert Thorpe



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

end of thread, other threads:[~2015-03-09  2:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-08 13:55 emacsclient minibuffer Stephen Chadfield
2015-03-08 18:15 ` Emanuel Berg
2015-03-08 21:33   ` Stephen Chadfield
2015-03-09  0:24     ` Emanuel Berg
2015-03-09  0:43       ` Emanuel Berg
2015-03-09  0:56         ` Bob Proulx
2015-03-09  2:09     ` Stephen Chadfield
2015-03-09  2:50       ` Emanuel Berg
2015-03-09  2:55         ` Robert Thorpe

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.