elscreen icon indicating copy to clipboard operation
elscreen copied to clipboard

elscreen patched to work with recent Emacs

Results 21 elscreen issues
Sort by recently updated
recently updated
newest added

Just repeating `forward-char` makes texts invisible by too much of requests to redraw display. `Emacs 26.3` on Darwin. ------------------ elscreen.el L.573 ``` (defun elscreen-set-screen-modified () (elscreen-set-conf-list 'modified-inquirer nil) (add-hook 'post-command-hook...

Could we make it? I tried with this but it obviously doesn't work: diff --git a/elscreen.el b/elscreen.el index 7e9c84b..f065940 100644 --- a/elscreen.el +++ b/elscreen.el @@ -736,11 +736,11 @@ when error...

After the latest MELPA updates, I receive this error message upon every buffer related operation, e.g. C-x b, C-x C-b, or trying to kill or expand the current buffer etc:...

Like the title says, is it possible to hide tabs on other windows? When you have tabs on one window and split the window, horizontally or vertically, same tabs come...

Certain modes such as pdf-view set the window-vscroll variable. When switching between screens, this variable is carried over from one screen to another. This results in the window that you...

For example, I have five screens, numbered from 0 to 4. After I kill some screens such as 0, 2. Then the screen number is 1, 3, 4. So, is...

Both the dnd and server scripts work wonderfully. A minor annoyance: using emacsclient (with elscreen-server) and the -c flag, I wouldn't expect the new frame to have a tab for...

When I load elscreen with `(require 'elscreen)`. But got this error: ``` Debugger entered--Lisp error: (wrong-type-argument consp nil) byte-code #(elscreen nil t) ad-Advice-require(# elscreen nil t) apply(ad-Advice-require # (elscreen nil...

emacs 24.3 on windows. elscreen-start fails with "wrong type argument consp, nil" I tried to eval elscreen.el bit by bit, this function fails with this error: (defun elscreen-mode-line-update () (when...