Bug 206767 - New port: editors/with-editor Use the Emacsclient as the $EDITOR of child processes
Summary: New port: editors/with-editor Use the Emacsclient as the $EDITOR of child pro...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks: 203678
  Show dependency treegraph
 
Reported: 2016-01-30 23:38 UTC by Yasuhiro Kimura
Modified: 2016-02-04 19:11 UTC (History)
1 user (show)

See Also:


Attachments
Shar archive of new port. (2.36 KB, text/plain)
2016-01-30 23:38 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2016-01-30 23:38:44 UTC
Created attachment 166311 [details]
Shar archive of new port.

The library with-editor makes it easy to use the Emacsclient as the
$EDITOR of child processes, making sure they know how to call
home. For remote processes a substitute is provided, which
communicates with Emacs on standard output instead of using a socket
as the Emacsclient does.

WWW: https://github.com/magit/with-editor
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-04 16:31:18 UTC
Testbuilds@work
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-02-04 19:11:31 UTC
A commit references this bug:

Author: pi
Date: Thu Feb  4 19:10:58 UTC 2016
New revision: 408080
URL: https://svnweb.freebsd.org/changeset/ports/408080

Log:
  New port: editors/with-editor

  The library with-editor makes it easy to use the Emacsclient as the
  $EDITOR of child processes, making sure they know how to call
  home. For remote processes a substitute is provided, which
  communicates with Emacs on standard output instead of using a socket
  as the Emacsclient does.

  WWW: https://github.com/magit/with-editor

  PR:		206767
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

Changes:
  head/editors/Makefile
  head/editors/with-editor/
  head/editors/with-editor/Makefile
  head/editors/with-editor/distinfo
  head/editors/with-editor/pkg-descr
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-02-04 19:11:50 UTC
Testbuilds all fine.

Committed, thanks!