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…
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:…
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…
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,…
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,…
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…
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…
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…
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…
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…
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.…
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 |
| |…
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…
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…