GNU bug report logs - #35466
26.2; Feature request: add clone-indirect-buffer-other-frame to C-x 5 c

Previous Next

Package: emacs;

Reported by: "Kocken, I.J. (Ilja)" <I.J.Kocken <at> uu.nl>

Date: Sat, 27 Apr 2019 23:55:02 UTC

Severity: wishlist

Tags: wontfix

Found in version 26.2

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35466 in the body.
You can then email your comments to 35466 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#35466; Package emacs. (Sat, 27 Apr 2019 23:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Kocken, I.J. (Ilja)" <I.J.Kocken <at> uu.nl>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 27 Apr 2019 23:55:02 GMT) Full text and rfc822 format available.

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

From: "Kocken, I.J. (Ilja)" <I.J.Kocken <at> uu.nl>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: 26.2; Feature request: add clone-indirect-buffer-other-frame to C-x 5
 c
Date: Sat, 27 Apr 2019 23:50:20 +0000
Not so much a bug, as a feature request. But upon reading that the very
useful C-x 4 c is bound to `clone-indirect-buffer-other-window`[1] on
reddit [2], and that the C-x 5 prefix is usually linked to frame related
commands, I was hoping to see that C-x 5 c would create an indirect
buffer copy in a new frame (since I rely on frames-only-mode and my
winowmanager sway for moving between frames). I was sad to see this
didn't exist yet, but glad that by looking at the source code I could
whip a working function up very quickly:

(defun clone-indirect-buffer-other-frame (newname display-flag &optional norecord)
  "Like `clone-indirect-buffer' but display in another frame."
  (interactive
   (progn
     (if (get major-mode 'no-clone-indirect)
	 (error "Cannot indirectly clone a buffer in %s mode" mode-name))
     (list (if current-prefix-arg
	       (read-buffer "Name of indirect buffer: " (current-buffer)))
	   t)))
  (let ((pop-up-frames t))
    (clone-indirect-buffer newname display-flag norecord)))

I think adding this to emacs, bound to C-x 5 c, would create a
more consistent interface. I hope you agree!

Kind regards,

Ilja (japhir)

[1]: http://mbork.pl/2015-07-04_C-x_4_bindings
[2]: https://www.reddit.com/r/emacs/comments/bhsa1q/inscrutability_of_cx_4_and_cx_5/


In GNU Emacs 26.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.8)
 of 2019-04-12 built on juergen
Windowing system distributor 'The X.Org Foundation', version 11.0.12004000
Recent messages:
Searched 1/1 files
j is undefined
When done with this frame, type C-x 5 0
clone-indirect-buffer-other-frame
evil-line-move: End of buffer [2 times]
[a-z..]:Set [SPC]:clear
Note stored
Saving file /home/japhir/org/inbox.org...
Wrote /home/japhir/org/inbox.org
backward-delete-char: Text is read-only

Configured using:
 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --with-x-toolkit=gtk3 --with-xft --with-modules
 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong
 -fno-plt' CPPFLAGS=-D_FORTIFY_SOURCE=2
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS GLIB
NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD LCMS2

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Org

Minor modes in effect:
  global-magit-file-mode: t
  magit-auto-revert-mode: t
  global-git-commit-mode: t
  async-bytecomp-package-mode: t
  recentf-mode: t
  evil-org-mode: t
  hl-todo-mode: t
  org-indent-mode: t
  doom-modeline-mode: t
  yas-global-mode: t
  yas-minor-mode: t
  diff-hl-flydiff-mode: t
  global-diff-hl-mode: t
  diff-hl-mode: t
  diff-auto-refine-mode: t
  counsel-mode: t
  ivy-mode: t
  org-bullets-mode: t
  evil-commentary-mode: t
  evil-snipe-override-mode: t
  evil-snipe-mode: t
  evil-snipe-override-local-mode: t
  evil-snipe-local-mode: t
  global-undo-tree-mode: t
  undo-tree-mode: t
  shell-dirtrack-mode: t
  evil-mode: t
  evil-local-mode: t
  show-paren-mode: t
  electric-pair-mode: t
  frames-only-mode: t
  delete-selection-mode: t
  global-hl-line-mode: t
  override-global-mode: t
  cl-old-struct-compat-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
/home/japhir/.emacs.d/elpa/ivy-bibtex-20190214.1609/bibtex-completion hides /home/japhir/.emacs.d/elpa/helm-bibtex-20190214.1609/bibtex-completion
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-capture hides /home/japhir/.emacs.d/elpa/org-20190422/org-capture
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-element hides /home/japhir/.emacs.d/elpa/org-20190422/org-element
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-icalendar hides /home/japhir/.emacs.d/elpa/org-20190422/ox-icalendar
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-sqlite hides /home/japhir/.emacs.d/elpa/org-20190422/ob-sqlite
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-irc hides /home/japhir/.emacs.d/elpa/org-20190422/org-irc
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-inlinetask hides /home/japhir/.emacs.d/elpa/org-20190422/org-inlinetask
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-clock hides /home/japhir/.emacs.d/elpa/org-20190422/org-clock
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-io hides /home/japhir/.emacs.d/elpa/org-20190422/ob-io
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-plantuml hides /home/japhir/.emacs.d/elpa/org-20190422/ob-plantuml
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-timer hides /home/japhir/.emacs.d/elpa/org-20190422/org-timer
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-dot hides /home/japhir/.emacs.d/elpa/org-20190422/ob-dot
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-list hides /home/japhir/.emacs.d/elpa/org-20190422/org-list
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-mscgen hides /home/japhir/.emacs.d/elpa/org-20190422/ob-mscgen
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-fortran hides /home/japhir/.emacs.d/elpa/org-20190422/ob-fortran
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-lint hides /home/japhir/.emacs.d/elpa/org-20190422/org-lint
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-macs hides /home/japhir/.emacs.d/elpa/org-20190422/org-macs
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-shen hides /home/japhir/.emacs.d/elpa/org-20190422/ob-shen
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-src hides /home/japhir/.emacs.d/elpa/org-20190422/org-src
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-macro hides /home/japhir/.emacs.d/elpa/org-20190422/org-macro
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-feed hides /home/japhir/.emacs.d/elpa/org-20190422/org-feed
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-maxima hides /home/japhir/.emacs.d/elpa/org-20190422/ob-maxima
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-sql hides /home/japhir/.emacs.d/elpa/org-20190422/ob-sql
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-hledger hides /home/japhir/.emacs.d/elpa/org-20190422/ob-hledger
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-org hides /home/japhir/.emacs.d/elpa/org-20190422/ox-org
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-latex hides /home/japhir/.emacs.d/elpa/org-20190422/ox-latex
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-exp hides /home/japhir/.emacs.d/elpa/org-20190422/ob-exp
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-makefile hides /home/japhir/.emacs.d/elpa/org-20190422/ob-makefile
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob hides /home/japhir/.emacs.d/elpa/org-20190422/ob
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-version hides /home/japhir/.emacs.d/elpa/org-20190422/org-version
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-tangle hides /home/japhir/.emacs.d/elpa/org-20190422/ob-tangle
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-python hides /home/japhir/.emacs.d/elpa/org-20190422/ob-python
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-id hides /home/japhir/.emacs.d/elpa/org-20190422/org-id
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-colview hides /home/japhir/.emacs.d/elpa/org-20190422/org-colview
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-latex hides /home/japhir/.emacs.d/elpa/org-20190422/ob-latex
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-entities hides /home/japhir/.emacs.d/elpa/org-20190422/org-entities
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-info hides /home/japhir/.emacs.d/elpa/org-20190422/org-info
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-processing hides /home/japhir/.emacs.d/elpa/org-20190422/ob-processing
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-sed hides /home/japhir/.emacs.d/elpa/org-20190422/ob-sed
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-haskell hides /home/japhir/.emacs.d/elpa/org-20190422/ob-haskell
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-org hides /home/japhir/.emacs.d/elpa/org-20190422/ob-org
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-forth hides /home/japhir/.emacs.d/elpa/org-20190422/ob-forth
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-scheme hides /home/japhir/.emacs.d/elpa/org-20190422/ob-scheme
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-rmail hides /home/japhir/.emacs.d/elpa/org-20190422/org-rmail
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-datetree hides /home/japhir/.emacs.d/elpa/org-20190422/org-datetree
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-tempo hides /home/japhir/.emacs.d/elpa/org-20190422/org-tempo
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-java hides /home/japhir/.emacs.d/elpa/org-20190422/ob-java
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-attach hides /home/japhir/.emacs.d/elpa/org-20190422/org-attach
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-eval hides /home/japhir/.emacs.d/elpa/org-20190422/ob-eval
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-emacs-lisp hides /home/japhir/.emacs.d/elpa/org-20190422/ob-emacs-lisp
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-lob hides /home/japhir/.emacs.d/elpa/org-20190422/ob-lob
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-agenda hides /home/japhir/.emacs.d/elpa/org-20190422/org-agenda
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ref hides /home/japhir/.emacs.d/elpa/org-20190422/ob-ref
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-footnote hides /home/japhir/.emacs.d/elpa/org-20190422/org-footnote
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-ctags hides /home/japhir/.emacs.d/elpa/org-20190422/org-ctags
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-mouse hides /home/japhir/.emacs.d/elpa/org-20190422/org-mouse
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-table hides /home/japhir/.emacs.d/elpa/org-20190422/ob-table
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-protocol hides /home/japhir/.emacs.d/elpa/org-20190422/org-protocol
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ditaa hides /home/japhir/.emacs.d/elpa/org-20190422/ob-ditaa
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-habit hides /home/japhir/.emacs.d/elpa/org-20190422/org-habit
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-lisp hides /home/japhir/.emacs.d/elpa/org-20190422/ob-lisp
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ocaml hides /home/japhir/.emacs.d/elpa/org-20190422/ob-ocaml
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ruby hides /home/japhir/.emacs.d/elpa/org-20190422/ob-ruby
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-calc hides /home/japhir/.emacs.d/elpa/org-20190422/ob-calc
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-ascii hides /home/japhir/.emacs.d/elpa/org-20190422/ox-ascii
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-w3m hides /home/japhir/.emacs.d/elpa/org-20190422/org-w3m
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox hides /home/japhir/.emacs.d/elpa/org-20190422/ox
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-comint hides /home/japhir/.emacs.d/elpa/org-20190422/ob-comint
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-archive hides /home/japhir/.emacs.d/elpa/org-20190422/org-archive
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-R hides /home/japhir/.emacs.d/elpa/org-20190422/ob-R
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-matlab hides /home/japhir/.emacs.d/elpa/org-20190422/ob-matlab
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-octave hides /home/japhir/.emacs.d/elpa/org-20190422/ob-octave
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-odt hides /home/japhir/.emacs.d/elpa/org-20190422/ox-odt
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-mhe hides /home/japhir/.emacs.d/elpa/org-20190422/org-mhe
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-gnus hides /home/japhir/.emacs.d/elpa/org-20190422/org-gnus
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-publish hides /home/japhir/.emacs.d/elpa/org-20190422/ox-publish
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-duration hides /home/japhir/.emacs.d/elpa/org-20190422/org-duration
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-mobile hides /home/japhir/.emacs.d/elpa/org-20190422/org-mobile
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-html hides /home/japhir/.emacs.d/elpa/org-20190422/ox-html
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-js hides /home/japhir/.emacs.d/elpa/org-20190422/ob-js
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-lilypond hides /home/japhir/.emacs.d/elpa/org-20190422/ob-lilypond
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-picolisp hides /home/japhir/.emacs.d/elpa/org-20190422/ob-picolisp
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-eshell hides /home/japhir/.emacs.d/elpa/org-20190422/org-eshell
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-screen hides /home/japhir/.emacs.d/elpa/org-20190422/ob-screen
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-man hides /home/japhir/.emacs.d/elpa/org-20190422/ox-man
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-beamer hides /home/japhir/.emacs.d/elpa/org-20190422/ox-beamer
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-docview hides /home/japhir/.emacs.d/elpa/org-20190422/org-docview
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-shell hides /home/japhir/.emacs.d/elpa/org-20190422/ob-shell
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-J hides /home/japhir/.emacs.d/elpa/org-20190422/ob-J
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-indent hides /home/japhir/.emacs.d/elpa/org-20190422/org-indent
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-C hides /home/japhir/.emacs.d/elpa/org-20190422/ob-C
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-goto hides /home/japhir/.emacs.d/elpa/org-20190422/org-goto
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-bibtex hides /home/japhir/.emacs.d/elpa/org-20190422/org-bibtex
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-awk hides /home/japhir/.emacs.d/elpa/org-20190422/ob-awk
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-crypt hides /home/japhir/.emacs.d/elpa/org-20190422/org-crypt
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-abc hides /home/japhir/.emacs.d/elpa/org-20190422/ob-abc
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-install hides /home/japhir/.emacs.d/elpa/org-20190422/org-install
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-gnuplot hides /home/japhir/.emacs.d/elpa/org-20190422/ob-gnuplot
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-asymptote hides /home/japhir/.emacs.d/elpa/org-20190422/ob-asymptote
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-compat hides /home/japhir/.emacs.d/elpa/org-20190422/org-compat
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ledger hides /home/japhir/.emacs.d/elpa/org-20190422/ob-ledger
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-table hides /home/japhir/.emacs.d/elpa/org-20190422/org-table
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-coq hides /home/japhir/.emacs.d/elpa/org-20190422/ob-coq
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org hides /home/japhir/.emacs.d/elpa/org-20190422/org
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-clojure hides /home/japhir/.emacs.d/elpa/org-20190422/ob-clojure
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-css hides /home/japhir/.emacs.d/elpa/org-20190422/ob-css
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ebnf hides /home/japhir/.emacs.d/elpa/org-20190422/ob-ebnf
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-eww hides /home/japhir/.emacs.d/elpa/org-20190422/org-eww
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-stan hides /home/japhir/.emacs.d/elpa/org-20190422/ob-stan
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-keys hides /home/japhir/.emacs.d/elpa/org-20190422/ob-keys
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-texinfo hides /home/japhir/.emacs.d/elpa/org-20190422/ox-texinfo
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-plot hides /home/japhir/.emacs.d/elpa/org-20190422/org-plot
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-loaddefs hides /home/japhir/.emacs.d/elpa/org-20190422/org-loaddefs
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-sass hides /home/japhir/.emacs.d/elpa/org-20190422/ob-sass
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-pcomplete hides /home/japhir/.emacs.d/elpa/org-20190422/org-pcomplete
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-lua hides /home/japhir/.emacs.d/elpa/org-20190422/ob-lua
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-core hides /home/japhir/.emacs.d/elpa/org-20190422/ob-core
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-groovy hides /home/japhir/.emacs.d/elpa/org-20190422/ob-groovy
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-md hides /home/japhir/.emacs.d/elpa/org-20190422/ox-md
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-bbdb hides /home/japhir/.emacs.d/elpa/org-20190422/org-bbdb
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-vala hides /home/japhir/.emacs.d/elpa/org-20190422/ob-vala
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-perl hides /home/japhir/.emacs.d/elpa/org-20190422/ob-perl
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-faces hides /home/japhir/.emacs.d/elpa/org-20190422/org-faces
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-latex hides /usr/share/emacs/26.2/lisp/org/ob-latex
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-hledger hides /usr/share/emacs/26.2/lisp/org/ob-hledger
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-mobile hides /usr/share/emacs/26.2/lisp/org/org-mobile
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-ctags hides /usr/share/emacs/26.2/lisp/org/org-ctags
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-w3m hides /usr/share/emacs/26.2/lisp/org/org-w3m
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-footnote hides /usr/share/emacs/26.2/lisp/org/org-footnote
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-faces hides /usr/share/emacs/26.2/lisp/org/org-faces
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-makefile hides /usr/share/emacs/26.2/lisp/org/ob-makefile
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-comint hides /usr/share/emacs/26.2/lisp/org/ob-comint
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-shen hides /usr/share/emacs/26.2/lisp/org/ob-shen
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-habit hides /usr/share/emacs/26.2/lisp/org/org-habit
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-sql hides /usr/share/emacs/26.2/lisp/org/ob-sql
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-org hides /usr/share/emacs/26.2/lisp/org/ox-org
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ruby hides /usr/share/emacs/26.2/lisp/org/ob-ruby
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-md hides /usr/share/emacs/26.2/lisp/org/ox-md
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-html hides /usr/share/emacs/26.2/lisp/org/ox-html
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-fortran hides /usr/share/emacs/26.2/lisp/org/ob-fortran
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ebnf hides /usr/share/emacs/26.2/lisp/org/ob-ebnf
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-element hides /usr/share/emacs/26.2/lisp/org/org-element
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-exp hides /usr/share/emacs/26.2/lisp/org/ob-exp
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-sass hides /usr/share/emacs/26.2/lisp/org/ob-sass
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ocaml hides /usr/share/emacs/26.2/lisp/org/ob-ocaml
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-python hides /usr/share/emacs/26.2/lisp/org/ob-python
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-docview hides /usr/share/emacs/26.2/lisp/org/org-docview
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-crypt hides /usr/share/emacs/26.2/lisp/org/org-crypt
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-lilypond hides /usr/share/emacs/26.2/lisp/org/ob-lilypond
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-archive hides /usr/share/emacs/26.2/lisp/org/org-archive
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-gnus hides /usr/share/emacs/26.2/lisp/org/org-gnus
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-eshell hides /usr/share/emacs/26.2/lisp/org/org-eshell
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-J hides /usr/share/emacs/26.2/lisp/org/ob-J
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-eval hides /usr/share/emacs/26.2/lisp/org/ob-eval
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-processing hides /usr/share/emacs/26.2/lisp/org/ob-processing
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-lint hides /usr/share/emacs/26.2/lisp/org/org-lint
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-shell hides /usr/share/emacs/26.2/lisp/org/ob-shell
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-datetree hides /usr/share/emacs/26.2/lisp/org/org-datetree
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-bbdb hides /usr/share/emacs/26.2/lisp/org/org-bbdb
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-macs hides /usr/share/emacs/26.2/lisp/org/org-macs
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-capture hides /usr/share/emacs/26.2/lisp/org/org-capture
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-eww hides /usr/share/emacs/26.2/lisp/org/org-eww
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-asymptote hides /usr/share/emacs/26.2/lisp/org/ob-asymptote
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-loaddefs hides /usr/share/emacs/26.2/lisp/org/org-loaddefs
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-table hides /usr/share/emacs/26.2/lisp/org/org-table
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-rmail hides /usr/share/emacs/26.2/lisp/org/org-rmail
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-sed hides /usr/share/emacs/26.2/lisp/org/ob-sed
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-js hides /usr/share/emacs/26.2/lisp/org/ob-js
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-clojure hides /usr/share/emacs/26.2/lisp/org/ob-clojure
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox hides /usr/share/emacs/26.2/lisp/org/ox
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-C hides /usr/share/emacs/26.2/lisp/org/ob-C
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-lua hides /usr/share/emacs/26.2/lisp/org/ob-lua
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-beamer hides /usr/share/emacs/26.2/lisp/org/ox-beamer
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-bibtex hides /usr/share/emacs/26.2/lisp/org/org-bibtex
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-odt hides /usr/share/emacs/26.2/lisp/org/ox-odt
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-lisp hides /usr/share/emacs/26.2/lisp/org/ob-lisp
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-table hides /usr/share/emacs/26.2/lisp/org/ob-table
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-emacs-lisp hides /usr/share/emacs/26.2/lisp/org/ob-emacs-lisp
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-id hides /usr/share/emacs/26.2/lisp/org/org-id
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-forth hides /usr/share/emacs/26.2/lisp/org/ob-forth
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-lob hides /usr/share/emacs/26.2/lisp/org/ob-lob
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-mhe hides /usr/share/emacs/26.2/lisp/org/org-mhe
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-info hides /usr/share/emacs/26.2/lisp/org/org-info
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-clock hides /usr/share/emacs/26.2/lisp/org/org-clock
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-perl hides /usr/share/emacs/26.2/lisp/org/ob-perl
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-version hides /usr/share/emacs/26.2/lisp/org/org-version
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-io hides /usr/share/emacs/26.2/lisp/org/ob-io
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-macro hides /usr/share/emacs/26.2/lisp/org/org-macro
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-screen hides /usr/share/emacs/26.2/lisp/org/ob-screen
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-mouse hides /usr/share/emacs/26.2/lisp/org/org-mouse
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-duration hides /usr/share/emacs/26.2/lisp/org/org-duration
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-R hides /usr/share/emacs/26.2/lisp/org/ob-R
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-timer hides /usr/share/emacs/26.2/lisp/org/org-timer
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-java hides /usr/share/emacs/26.2/lisp/org/ob-java
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-octave hides /usr/share/emacs/26.2/lisp/org/ob-octave
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-haskell hides /usr/share/emacs/26.2/lisp/org/ob-haskell
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-colview hides /usr/share/emacs/26.2/lisp/org/org-colview
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-gnuplot hides /usr/share/emacs/26.2/lisp/org/ob-gnuplot
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-feed hides /usr/share/emacs/26.2/lisp/org/org-feed
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-maxima hides /usr/share/emacs/26.2/lisp/org/ob-maxima
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-protocol hides /usr/share/emacs/26.2/lisp/org/org-protocol
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-irc hides /usr/share/emacs/26.2/lisp/org/org-irc
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-compat hides /usr/share/emacs/26.2/lisp/org/org-compat
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-picolisp hides /usr/share/emacs/26.2/lisp/org/ob-picolisp
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-tangle hides /usr/share/emacs/26.2/lisp/org/ob-tangle
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-entities hides /usr/share/emacs/26.2/lisp/org/org-entities
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-groovy hides /usr/share/emacs/26.2/lisp/org/ob-groovy
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob hides /usr/share/emacs/26.2/lisp/org/ob
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-plantuml hides /usr/share/emacs/26.2/lisp/org/ob-plantuml
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-mscgen hides /usr/share/emacs/26.2/lisp/org/ob-mscgen
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-attach hides /usr/share/emacs/26.2/lisp/org/org-attach
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-coq hides /usr/share/emacs/26.2/lisp/org/ob-coq
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-texinfo hides /usr/share/emacs/26.2/lisp/org/ox-texinfo
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-agenda hides /usr/share/emacs/26.2/lisp/org/org-agenda
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-plot hides /usr/share/emacs/26.2/lisp/org/org-plot
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-stan hides /usr/share/emacs/26.2/lisp/org/ob-stan
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-src hides /usr/share/emacs/26.2/lisp/org/org-src
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-icalendar hides /usr/share/emacs/26.2/lisp/org/ox-icalendar
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-sqlite hides /usr/share/emacs/26.2/lisp/org/ob-sqlite
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-ascii hides /usr/share/emacs/26.2/lisp/org/ox-ascii
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-pcomplete hides /usr/share/emacs/26.2/lisp/org/org-pcomplete
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org hides /usr/share/emacs/26.2/lisp/org/org
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-indent hides /usr/share/emacs/26.2/lisp/org/org-indent
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-publish hides /usr/share/emacs/26.2/lisp/org/ox-publish
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-inlinetask hides /usr/share/emacs/26.2/lisp/org/org-inlinetask
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-dot hides /usr/share/emacs/26.2/lisp/org/ob-dot
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ref hides /usr/share/emacs/26.2/lisp/org/ob-ref
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-matlab hides /usr/share/emacs/26.2/lisp/org/ob-matlab
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-man hides /usr/share/emacs/26.2/lisp/org/ox-man
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-awk hides /usr/share/emacs/26.2/lisp/org/ob-awk
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-css hides /usr/share/emacs/26.2/lisp/org/ob-css
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-org hides /usr/share/emacs/26.2/lisp/org/ob-org
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-keys hides /usr/share/emacs/26.2/lisp/org/ob-keys
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-core hides /usr/share/emacs/26.2/lisp/org/ob-core
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-list hides /usr/share/emacs/26.2/lisp/org/org-list
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ditaa hides /usr/share/emacs/26.2/lisp/org/ob-ditaa
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-vala hides /usr/share/emacs/26.2/lisp/org/ob-vala
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-ledger hides /usr/share/emacs/26.2/lisp/org/ob-ledger
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-scheme hides /usr/share/emacs/26.2/lisp/org/ob-scheme
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ox-latex hides /usr/share/emacs/26.2/lisp/org/ox-latex
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-calc hides /usr/share/emacs/26.2/lisp/org/ob-calc
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/ob-abc hides /usr/share/emacs/26.2/lisp/org/ob-abc
/home/japhir/.emacs.d/elpa/org-plus-contrib-20190422/org-install hides /usr/share/emacs/26.2/lisp/org/org-install

Features:
(shadow sort mail-extr emacsbug bug-reference magit-extras
evil-collection-magit magit-bookmark magit-submodule magit-obsolete
magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull
magit-fetch magit-clone magit-remote magit-commit magit-sequence
magit-notes magit-worktree magit-tag magit-merge magit-branch
magit-reset magit-files magit-refs magit-status magit magit-repos
magit-apply magit-wip magit-log which-func magit-diff smerge-mode
magit-core magit-autorevert autorevert magit-margin magit-transient
magit-process magit-mode transient git-commit magit-git magit-section
magit-utils crm log-edit pcvs-util add-log with-editor async-bytecomp
async recentf tree-widget misearch multi-isearch pandoc-mode
pandoc-mode-utils org-archive tramp tramp-compat tramp-loaddefs trampver
ucs-normalize face-remap org-duration vc-mtn vc-hg
evil-collection-vc-git vc-git vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs
org-eldoc evil-org-agenda evil-org org-table hl-todo org-indent
image-file disp-table org-habit org-agenda org-eww org-rmail org-mhe
org-irc org-info org-gnus nnir gnus-sum gnus-group gnus-undo gnus-start
gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo parse-time
gnus-spec gnus-int gnus-range gnus-win gnus nnheader org-docview
evil-collection-doc-view doc-view org-bbdb org-w3m server
rainbow-delimiters doom-modeline doom-modeline-segments
doom-modeline-env doom-modeline-core shrink-path org-ref-pubmed
org-ref-scopus xml org-ref-wos org-id org-ref org-ref-ivy-cite
org-ref-core warnings evil-collection-reftex reftex-cite reftex-ref
reftex-parse reftex reftex-loaddefs reftex-vars org-ref-glossary
org-ref-bibtex org-ref-citeproc message rfc822 mml mml-sec
evil-collection-epa epa epg gnus-util rmail rmail-loaddefs mm-decode
mm-bodies mm-encode mailabbrev gmm-utils mailheader key-chord hydra lv
doi-utils org-ref-utils org-ref-pdf evil-collection-pdf org-noter
org-pdfview pdf-tools pdf-view evil-collection-bookmark bookmark pp
jka-compr pdf-cache pdf-info tq pdf-util url-http tls gnutls url
url-proxy url-privacy url-expand url-methods url-history mailcap
url-auth mail-parse rfc2231 url-cookie url-domsuf url-util url-gw nsm
rmc puny org-bibtex htmlize ivy-bibtex bibtex-completion filenotify
biblio biblio-download biblio-dissemin biblio-ieee biblio-hal
biblio-dblp biblio-crossref biblio-arxiv timezone biblio-doi biblio-core
let-alist url-queue json map ido parsebib bibtex browse-url ox-pandoc ht
ox-org poly-markdown polymode derived poly-lock polymode-base
polymode-weave polymode-export polymode-compat polymode-methods
polymode-core polymode-classes eieio-custom eieio-base markdown-mode
electric-spacing cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles
cc-align cc-engine cc-vars cc-defs org-mu4e smtpmail sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils calfw holidays
hol-loaddefs cl systemd conf-mode yasnippet diff-hl-flydiff diff-hl
evil-collection-vc-dir vc-dir ewoc vc vc-dispatcher
evil-collection-diff-mode diff-mode counsel xdg evil-collection-xref
xref project evil-collection-dired dired dired-loaddefs
evil-collection-compile compile swiper all-the-icons-ivy
evil-collection-ivy ivy colir color ivy-overlay ffap all-the-icons
all-the-icons-faces data-material data-weathericons data-octicons
data-fileicons data-faicons data-alltheicons memoize ox-extra ox-odt
rng-loc rng-uri rng-parse rng-match rng-dt rng-util rng-pttrn nxml-parse
nxml-ns nxml-enc xmltok nxml-util ox-latex ox-icalendar ox-html table
ox-ascii ox-publish ox ob-org ob-R ob-stan ob-shell ob-python ob-dot
org-bullets evil-commentary evil-commentary-integration evil-snipe
evil-easymotion evil-collection-simple evil-collection-package-menu
evil-collection-outline evil-collection-occur evil-collection-info
evil-collection-image image-mode evil-collection-helpful
evil-collection-help evil-collection-elisp-refs
evil-collection-elisp-mode evil-collection-edebug evil-collection-custom
cus-edit cus-start cus-load wid-edit evil-collection-comint
evil-collection-calendar evil-collection-buff-menu evil-collection evil
evil-integration undo-tree diff evil-maps evil-commands reveal flyspell
ispell evil-jumps evil-command-window evil-types evil-search evil-ex
shell evil-macros evil-repeat evil-states evil-core evil-common windmove
thingatpt rect evil-digraphs evil-vars elisp-demos subr-x helpful imenu
trace edebug info-look shut-up f dash-functional help-fns radix-tree
elisp-refs loop doom-themes-org doom-themes-treemacs doom-themes-neotree
doom-one-theme doom-themes doom-themes-common paren elec-pair
frames-only-mode s dash edmacro kmacro delsel hl-line diminish cl-extra
help-mode use-package use-package-ensure use-package-delight
use-package-diminish use-package-bind-key bind-key use-package-core
org-element avl-tree generator org ob ob-tangle ob-ref ob-lob ob-table
ob-exp org-macro org-footnote org-src ob-comint ob-keys org-pcomplete
pcomplete comint ansi-color ring org-list org-faces org-entities
time-date noutline outline easy-mmode org-version ob-emacs-lisp ob-core
ob-eval org-compat advice org-macs org-loaddefs format-spec find-func
cal-menu calendar cal-loaddefs finder-inf rx info package easymenu
epg-config url-handlers url-parse auth-source cl-seq eieio eieio-core
cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp
byte-compile cconv cl-loaddefs cl-lib mule-util tooltip eldoc electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow isearch timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932
hebrew greek romanian slovak czech european ethiopic indian cyrillic
chinese composite charscript charprop case-table epa-hook jka-cmpr-hook
help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads dbusbind inotify lcms2 dynamic-setting
system-font-setting font-render-setting move-toolbar gtk x-toolkit x
multi-tty make-network-process emacs)

Memory information:
((conses 16 1088605 356856)
 (symbols 48 68786 1)
 (miscs 40 6045 13890)
 (strings 32 252178 42849)
 (string-bytes 1 7557034)
 (vectors 16 118849)
 (vector-slots 8 2560763 152426)
 (floats 8 1281 1506)
 (intervals 56 34231 6727)
 (buffers 992 63))

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#35466; Package emacs. (Tue, 28 May 2019 21:43:01 GMT) Full text and rfc822 format available.

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

From: Juri Linkov <juri <at> linkov.net>
To: "Kocken\, I.J. \(Ilja\)" <I.J.Kocken <at> uu.nl>
Cc: 35466 <at> debbugs.gnu.org
Subject: Re: bug#35466: 26.2;
 Feature request: add clone-indirect-buffer-other-frame to C-x 5 c
Date: Wed, 29 May 2019 00:41:23 +0300
> Not so much a bug, as a feature request. But upon reading that the very
> useful C-x 4 c is bound to `clone-indirect-buffer-other-window`[1] on
> reddit [2], and that the C-x 5 prefix is usually linked to frame related
> commands, I was hoping to see that C-x 5 c would create an indirect
> buffer copy in a new frame (since I rely on frames-only-mode and my
> winowmanager sway for moving between frames). I was sad to see this
> didn't exist yet, but glad that by looking at the source code I could
> whip a working function up very quickly:
>
> (defun clone-indirect-buffer-other-frame (newname display-flag &optional norecord)
>   "Like `clone-indirect-buffer' but display in another frame."
>   (interactive
>    (progn
>      (if (get major-mode 'no-clone-indirect)
> 	 (error "Cannot indirectly clone a buffer in %s mode" mode-name))
>      (list (if current-prefix-arg
> 	       (read-buffer "Name of indirect buffer: " (current-buffer)))
> 	   t)))
>   (let ((pop-up-frames t))
>     (clone-indirect-buffer newname display-flag norecord)))
>
> I think adding this to emacs, bound to C-x 5 c, would create a
> more consistent interface. I hope you agree!

The only problem with this binding is that bug#34715 proposed
to use the same binding C-x 5 c for clone-frame.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#35466; Package emacs. (Mon, 01 Feb 2021 09:47:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: "Kocken, I.J. \(Ilja\)" <I.J.Kocken <at> uu.nl>, 35466 <at> debbugs.gnu.org
Subject: Re: bug#35466: 26.2; Feature request: add
 clone-indirect-buffer-other-frame to C-x 5 c
Date: Mon, 01 Feb 2021 10:46:12 +0100
Juri Linkov <juri <at> linkov.net> writes:

> The only problem with this binding is that bug#34715 proposed
> to use the same binding C-x 5 c for clone-frame.

That hasn't happened...  but I'm not quite sure that this would be
generally useful.  That is, adding -other-buffer and -other-frame
variations to a bunch of commands doesn't seem like a good long-term
design solution -- solving this instead through `display-buffer-alist'
etc seems more scalable.

So I'm closing this as a "wontfix".

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 01 Feb 2021 09:47:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 35466 <at> debbugs.gnu.org and "Kocken, I.J. (Ilja)" <I.J.Kocken <at> uu.nl> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 01 Feb 2021 09:47:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#35466; Package emacs. (Tue, 02 Feb 2021 17:33:01 GMT) Full text and rfc822 format available.

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

From: Ilja Kocken <i.j.kocken <at> uu.nl>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 35466 <at> debbugs.gnu.org, Juri Linkov <juri <at> linkov.net>
Subject: Re: bug#35466: 26.2; Feature request: add
 clone-indirect-buffer-other-frame to C-x 5 c
Date: Tue, 02 Feb 2021 18:32:12 +0100
Thanks, sounds good to me! I've stopped using this functionality 
myself and have moved back from frames-only-mode to using plain 
emacs windows again :).

Kind regards,

Ilja

Lars Ingebrigtsen writes:

> Juri Linkov <juri <at> linkov.net> writes:
>
>> The only problem with this binding is that bug#34715 proposed
>> to use the same binding C-x 5 c for clone-frame.
>
> That hasn't happened...  but I'm not quite sure that this would 
> be
> generally useful.  That is, adding -other-buffer and 
> -other-frame
> variations to a bunch of commands doesn't seem like a good 
> long-term
> design solution -- solving this instead through 
> `display-buffer-alist'
> etc seems more scalable.
>
> So I'm closing this as a "wontfix".


--
Ilja Kocken, MSc. | PhD candidate Stratigraphy & Palaeontology |
Earth Sciences | Utrecht University | Vening Meinesz Gebouw A
Room 3.62 | Princetonlaan 8a, 3584 CB Utrecht | i.j.kocken <at> uu.nl




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 03 Mar 2021 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 55 days ago.

Previous Next


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