frames-only-mode icon indicating copy to clipboard operation
frames-only-mode copied to clipboard

project mode keybindings don't work

Open anarcat opened this issue 1 year ago • 0 comments

project.el keybindings like C-x 4 p (project-other-window-command) don't open in a new frame.

Reproducing

  1. emacs -q
  2. load-library RET ~/.emacs.d/elpa/frames-only-mode-20240213.2142/frames-only-mode-autoloads.el RET
  3. frames-only-mode
  4. load-library RET project RET
  5. C-x 4 b RET (switch-to-buffer-other-window, works: it creates a new frame)
  6. C-x 4 p f RET (project-other-window-command, fails: it creates a new window)

Other useful info

  • Emacs version: This is GNU Emacs 29.4 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2024-07-22, modified by Debian
  • frames-only-mode version: 20240213.2142
  • Operating system (and version): Debian bookworm 12, emacs installed from backports
  • Window manager (and version): Sway 1.7

anarcat avatar Oct 02 '24 17:10 anarcat