* Maximization via -mm (Diff in behaviour)
@ 2013-11-13 6:16 Jambunathan K
2013-11-14 8:20 ` Xue Fuqiao
2013-11-14 13:24 ` Jambunathan K
0 siblings, 2 replies; 5+ messages in thread
From: Jambunathan K @ 2013-11-13 6:16 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 997 bytes --]
See the attached screenshots for
emacs -q -mm
on stable Emacs and the development builds.
Emacs from trunk is misbehaving. Any idea what could be wrong? Where
should I specifically look?
----------------------------------------------------------------
,---- Install all Emacs dependencies
| apt-get install build-essential
| apt-get build-dep emacs
`----
,---- Emacs from Bzr trunk
| kjambunathan@debian-6:~/src/emacs/trunk/src$ ./emacs -q -mm
`----
,---- Emacs from Debian Squeeze
| kjambunathan@debian-6:~/src/emacs/trunk/src$ which emacs
| /usr/bin/emacs
|
| kjambunathan@debian-6:~/src/emacs/trunk/src$ emacs --version
| GNU Emacs 23.2.1
| Copyright (C) 2010 Free Software Foundation, Inc.
| GNU Emacs comes with ABSOLUTELY NO WARRANTY.
| You may redistribute copies of Emacs
| under the terms of the GNU General Public License.
| For more information about these matters, see the file named COPYING.
|
| kjambunathan@debian-6:~/src/emacs/trunk/src$ emacs -q -mm
`----
[-- Attachment #2: emacs-bzr-mm.png --]
[-- Type: image/png, Size: 187704 bytes --]
[-- Attachment #3: emacs-23-mm.png --]
[-- Type: image/png, Size: 109508 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Maximization via -mm (Diff in behaviour)
2013-11-13 6:16 Maximization via -mm (Diff in behaviour) Jambunathan K
@ 2013-11-14 8:20 ` Xue Fuqiao
2013-11-14 8:40 ` Jambunathan K
2013-11-14 13:24 ` Jambunathan K
1 sibling, 1 reply; 5+ messages in thread
From: Xue Fuqiao @ 2013-11-14 8:20 UTC (permalink / raw)
To: Jambunathan K; +Cc: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 1459 bytes --]
On Wed, Nov 13, 2013 at 2:16 PM, Jambunathan K <kjambunathan@gmail.com> wrote:
> Emacs from trunk is misbehaving. Any idea what could be wrong? Where
> should I specifically look?
I'm not sure. But Emacs from trunk works well on my machine:
In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.4)
of 2013-11-10 on xfq-Inspiron-5437
Bzr revision: 115052 eliz@gnu.org-20131109212410-46u1eolu78nfiiop
Windowing system distributor `The X.Org Foundation', version 11.0.11403000
System Description: Ubuntu 13.10
> ,---- Install all Emacs dependencies
> | apt-get install build-essential
> | apt-get build-dep emacs
> `----
>
> ,---- Emacs from Bzr trunk
> | kjambunathan@debian-6:~/src/emacs/trunk/src$ ./emacs -q -mm
> `----
I used `apt-get build-dep emacs24', but `emacs24' is only on jessie and
sid now...
> ,---- Emacs from Debian Squeeze
> | kjambunathan@debian-6:~/src/emacs/trunk/src$ which emacs
> | /usr/bin/emacs
> |
> | kjambunathan@debian-6:~/src/emacs/trunk/src$ emacs --version
> | GNU Emacs 23.2.1
> | Copyright (C) 2010 Free Software Foundation, Inc.
> | GNU Emacs comes with ABSOLUTELY NO WARRANTY.
> | You may redistribute copies of Emacs
> | under the terms of the GNU General Public License.
> | For more information about these matters, see the file named COPYING.
> |
> | kjambunathan@debian-6:~/src/emacs/trunk/src$ emacs -q -mm
> `----
I haven't tried this yet.
--
http://www.gnu.org/software/emacs/
[-- Attachment #2: emacs-bzr-mm.png --]
[-- Type: image/png, Size: 172169 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Maximization via -mm (Diff in behaviour)
2013-11-14 8:20 ` Xue Fuqiao
@ 2013-11-14 8:40 ` Jambunathan K
2013-11-15 0:22 ` Xue Fuqiao
0 siblings, 1 reply; 5+ messages in thread
From: Jambunathan K @ 2013-11-14 8:40 UTC (permalink / raw)
To: Xue Fuqiao; +Cc: emacs-devel
Xue Fuqiao <xfq.free@gmail.com> writes:
> I'm not sure. But Emacs from trunk works well on my machine:
Is it XFCE? [1]
I am willing to debug further, if only someone could give me some
starting points. I am not much familiar with X or WMs.
----------------------------------------------------------------
[1] I remember Juri Linkov fixing a bug wrt ediff which could only be
seen with XFCE. So this behaviour I am seeing MAY be peculiar to XFCE.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Maximization via -mm (Diff in behaviour)
2013-11-13 6:16 Maximization via -mm (Diff in behaviour) Jambunathan K
2013-11-14 8:20 ` Xue Fuqiao
@ 2013-11-14 13:24 ` Jambunathan K
1 sibling, 0 replies; 5+ messages in thread
From: Jambunathan K @ 2013-11-14 13:24 UTC (permalink / raw)
To: emacs-devel
Capturing the Toolkit information (from screenshots) in textual form.
Debian 6.05 (Squeeze) XFCE.
GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0)
of 2010-12-11 on raven, modified by Debian
GNU Emacs 24.3.50.7 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
of 2013-11-13 on debian-6.05
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Maximization via -mm (Diff in behaviour)
2013-11-14 8:40 ` Jambunathan K
@ 2013-11-15 0:22 ` Xue Fuqiao
0 siblings, 0 replies; 5+ messages in thread
From: Xue Fuqiao @ 2013-11-15 0:22 UTC (permalink / raw)
To: Jambunathan K; +Cc: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 663 bytes --]
On Thu, Nov 14, 2013 at 4:40 PM, Jambunathan K <kjambunathan@gmail.com> wrote:
> Xue Fuqiao <xfq.free@gmail.com> writes:
>
>> I'm not sure. But Emacs from trunk works well on my machine:
>
> Is it XFCE? [1]
No, it's Unity (see my previous screenshot). But Emacs from trunk also
works on my Xfce (4.10) desktop. (See the new screenshot.)
> I am willing to debug further, if only someone could give me some
> starting points. I am not much familiar with X or WMs.
Me too.
> [1] I remember Juri Linkov fixing a bug wrt ediff which could only be
> seen with XFCE. So this behaviour I am seeing MAY be peculiar to XFCE.
--
http://www.gnu.org/software/emacs/
[-- Attachment #2: emacs-bzr-mm-xfce.png --]
[-- Type: image/png, Size: 158309 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-11-15 0:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13 6:16 Maximization via -mm (Diff in behaviour) Jambunathan K
2013-11-14 8:20 ` Xue Fuqiao
2013-11-14 8:40 ` Jambunathan K
2013-11-15 0:22 ` Xue Fuqiao
2013-11-14 13:24 ` Jambunathan K
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.