GNU bug report logs - #31880
26.1; VC mode line popup when clicked is off screen

Previous Next

Package: emacs;

Reported by: Brian Zwahr <echosa <at> echosa.net>

Date: Mon, 18 Jun 2018 15:00:02 UTC

Severity: minor

Found in version 26.1

Done: Robert Pluim <rpluim <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #29 received at 31880 <at> debbugs.gnu.org (full text, mbox):

From: Robert Pluim <rpluim <at> gmail.com>
To: Brian Zwahr <echosa <at> echosa.net>
Cc: martin rudalics <rudalics <at> gmx.at>, 31880 <at> debbugs.gnu.org
Subject: Re: bug#31880: 26.1; VC mode line popup when clicked is off screen
Date: Thu, 21 Jun 2018 10:08:47 +0200
Brian Zwahr <echosa <at> echosa.net> writes:

> I'm not exactly sure what to do with this. I assume I need to get the
> latest source and build it, after applying this diff? Where do I get
> the source? I've never built Emacs from source before. I'll try to get
> to it when I can.

Yes. You can get the emacs-26 branch sources by doing

    git clone -b emacs-26 https://git.savannah.gnu.org/git/emacs.git

then

    sudo apt-get build-dep emacs
    cd emacs
    git apply menus.patch #assuming you put my patch in menus.patch
    ./autogen.sh
    ./configure
    make
    src/emacs -Q

and then let us know how it goes.

Regards

Robert




This bug report was last modified 6 years and 331 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.