Skip to content

WIP improved emacsclient launch function#13

Draft
ajjackson wants to merge 1 commit into
mainfrom
better-fish-em
Draft

WIP improved emacsclient launch function#13
ajjackson wants to merge 1 commit into
mainfrom
better-fish-em

Conversation

@ajjackson
Copy link
Copy Markdown
Owner

The main requirement for this is to avoid messy situations if I instintively "em" while inside an emacs vterm. Nested emacs instances are not nice, instead this should jump to existing (outer) emacs.

Currently there are some rough corners:

  • if TUI and GUI are both open, sometimes vterm->em from TUI opens in GUI instead

  • other programs using EDITOR don't expect/like this to be a fish function.

The main requirement for this is to avoid messy situations if I
instintively "em" while inside an emacs vterm. Nested emacs instances
are not nice, instead this should jump to existing (outer) emacs.

Currently there are some rough corners:
- if TUI and GUI are both open, sometimes vterm->em from TUI opens
  in GUI instead

- other programs using EDITOR don't expect/like this to be a fish function.
@ajjackson
Copy link
Copy Markdown
Owner Author

We can see in the test failure here the regression in emacs package setup. These functions didn't previously need explicit loading into namespace... Somehow autoload broke? #12 fixes this but not very nicely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant