Questions tagged [emacs25]

Version 25 of the GNU Emacs text editor.

Version 25 of the GNU Emacs text editor.

14 questions
14
votes
1 answer

Emacs 25 and list-buffers behavior

Can someone help me make sense of list-buffer (aka Ctrlx - Ctrlb) behavior in emacs 25? The behavior I'm used to seeing is that it opens the buffer list in another Emacs window (virtual Emacs window), splitting out a second window to do so, if…
T.E.D.
  • 44,016
  • 10
  • 73
  • 134
8
votes
2 answers

Emacs 25.1 on lubuntu 16.04 won't configure due to missing libpng

I am attempting to install emacs 25.1 on lubuntu 16.04, and having some trouble. After downloading and extracting the tar, I navigate to the emacs 25.1 directory then.. ./configure The configuration stops when I receive the message configure:…
Aaron Crump
  • 83
  • 1
  • 4
6
votes
1 answer

find-tag doesn't work in emacs 25

The way to find definitions was changed in Emacs 25. A new package called xref has replaced the old etags commands. This package doesn't seem to work for me. For example: The command M-x find-tag was replaced by M-x xref-find-definitions but when I…
siwesam
  • 463
  • 5
  • 8
4
votes
2 answers

messy code when using emacs ipython Inferior Python

I am using the newest emacs25.1.1 with the newest archlinux. However, when I edit a python scripts and send it to the Inferior ipython by using Ctrl-Enter, the inferior Python show me a ugly messy code termial indicater like: Python 3.5.2 (default,…
cwind
  • 369
  • 1
  • 7
3
votes
2 answers

How to set default font size in Emacs 25?

Old ~/.emacs ignored in Emacs 25: (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one,…
jone
  • 41
  • 1
  • 4
2
votes
2 answers

adding source URI for emacs install

I'm attempting to install emacs 25.1 on my ubuntu 16.04 system from the following PPA: https://launchpad.net/~ubuntu-elisp/+archive/ubuntu/ppa I've added the Ubuntu Emacs Daily Snapshot PPA to my system, and attempted to install the build…
roro
  • 931
  • 5
  • 21
1
vote
1 answer

emacs 25 doesn't load my .emacs config file

Fedora 24 emacs 25 I have installed Fedora 24 and installed emacs 25 that comes with Fedora. Before I was using Fedora 22 with emacs 24.3.1 and had my .emacs file in ~/.emacs in the root of my home directory. Emacs would load that without any…
ant2009
  • 27,094
  • 154
  • 411
  • 609
0
votes
1 answer

Emacs hg ci no longer starting a separate emacs window

On upgrading to emacs25 (ubuntu 18.04) I'm having some issues with mercurial usage. Previously in emacs24 (ubuntu 16.04) running hg ci would start a separate emacs window where you could complete your commit message. Since the upgrade I…
bph
  • 10,728
  • 15
  • 60
  • 135
0
votes
0 answers

Emacs25 consumes more than 90% of three CPUs when no Emacs window is open

I had three Emacs windows open. It was using more than 90% of three cores. Hence I closed all of them (C-x C). Still the CPU usage (found using top command is the same. Also I am not able to kill the Emacs25 process (using k while top is…
vineeshvs
  • 479
  • 7
  • 32
0
votes
1 answer

Emacs 25 on Windows does not recognize some keybindings

I ignored Emacs 25 because of this for a while now and used Emacs 24 but now I have to switch... So here is the problem: I have a different keyboard layout than default (Colemak) and the key combination C-M-b (for example) inserts some unicode…
user3637541
  • 675
  • 4
  • 15
0
votes
1 answer

Recursive load in Emacs 25.0.50

While trying to install a package I noticed that my Emacs setup seems to have a 'Recursive load' problem. I uninstalled that package but the problem remains. I'm not sure when it exactly started and I don't understand how this can happen at all.…
Pacman
  • 568
  • 3
  • 6
  • 17
0
votes
1 answer

Finding window with specified mode

I need to programmatically resize a window, so I don't know how to: among all windows in the current frame find one that's running specified mode, e.g. "dired". let's say, I have: |-------+------------+-----| | Dired | Emacs-lisp | Org | | |…
iLemming
  • 34,477
  • 60
  • 195
  • 309
0
votes
0 answers

emacs: cannot click right edge of screen

I have this issue with emacs 24 and also the bleeding edge 25. Does anybody know a solution? if I click on a character on column 0-94, everything works as expected: the point moves to that location. if I click on a character on column 95, I get an…
american-ninja-warrior
  • 7,397
  • 11
  • 46
  • 80
0
votes
2 answers

shift+insert not working in emacs 25

In emacs 23 there was an option where we can select the word with mouse and using cntrl+s we can paste that word to search. Unfortunately this is not working in emacs 25. I didnt change the configuration file . I took the emacs code from the git…