summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-03Drop dependency on dashJonas Bernoulli
2017-08-03Use user-error when appropriateJonas Bernoulli
...instead of `error' or `message'.
2017-08-03Provide actual url when mentioning old Magit issue numbersJonas Bernoulli
2017-08-03Fix doc-string typosJonas Bernoulli
2017-07-30Use remacsclient when using remacsJonas Bernoulli
Closes #32.
2017-07-26Adapt to bug fixes in ox-texinfo and changes in ox-texinfo+ v2Jonas Bernoulli
2017-07-07with-editor-locate-emacsclient: fix previous commitJonas Bernoulli
If `*-1' fails, then we have to return nil. To make it clear that this is what happens, show the return value (nil) before the sexp-wise confusing multi-line warning text. Also remove the unnecessary `format'.
2017-07-06with-editor-locate-emacsclient: cosmeticsJonas Bernoulli
2017-07-02with-editor-output-filter: don't use tramp-make-tramp-file-nameKyle Meyer
As of Emacs's dca22e86e0 (Introduce a defstruct `tramp-file-name' as central data structure, 2017-05-24), tramp-make-tramp-file-name takes two more positional arguments. Instead of adding a compatibility kludge, use file-remote-p to construct the file name. Fixes #29.
2017-07-02manual: set version in Org sourceJonas Bernoulli
2017-07-02manual: regenerate using updated Org and Ox-Texinfo+Jonas Bernoulli
2017-05-17Revert "Use when-let instead of macros from dash"v2.5.11Jonas Bernoulli
This reverts commit 8c95e7de363715e8e38bbb4d9eac2dd63ac8b74e.
2017-05-17Use when-let instead of macros from dashJonas Bernoulli
Likewise, don't use `--if-let' when `or' works just as well.
2017-05-17with-editor-debug: fix old reference to magit in outputNoam Postavsky
2017-05-17with-editor-debug: don't run emacsclientw.exe, it makes popup windowsNoam Postavsky
2017-04-17with-editor-debug: add link to manual to doc-stringJonas Bernoulli
2017-01-11Add a space in before export command to avoid polluting HISTFILEv2.5.10Mario Rodas
When `with-editor-export-editor` is added to `shell-mode-hook` the export command is needlessly added to $HISTFILE, adding a space character before the command doesn't save the command in the history list. This works given that usually most of Linux distributions usually ship with HISTCONTROL=ignoreboth.
2016-12-31bump versionv2.5.9Jonas Bernoulli
2016-12-23Ignore /dirJonas Bernoulli
Re #17.
2016-12-01manual: minor improvements and typo fixesJonas Bernoulli
2016-12-01Remove spurious paranthesis from Makefile recipeSuvayu Ali
2016-11-26manual: adjust for ox-texinfo+ v1v2.5.8Jonas Bernoulli
2016-11-10base the Makefile on the same template used for other packagesJonas Bernoulli
Beside the obvious differences (the package specific values for (`PKG', `DEPS', `DOMAIN' and `MANUAL_HTML_ARGS) this only diverges from the Makefiles of other packages that use the same template in that an additional target `authors' is available and in that `EFLAGS' is non-empty. Compared to the old Makefile the most significant breaking change is that there no longer exists a `bump-versions' target. To bump the versions one still only has to edit one file, but that's now the library, not the Makefile. Furthermore the autoloads file is now being created automatically, and the manual can be exported to more formats and the results can easily be published on the webpage.
2016-11-09manual: include sub-minor part of version in subtitleJonas Bernoulli
Also bump that part in the Makefile, now that it matters.
2016-11-04stop using "BEGIN_EXPORT texinfo" to support Org v9.0Jonas Bernoulli
2016-10-09update list of contributorsv2.5.7Jonas Bernoulli
2016-10-09prefer debianized binary name, if availablePhilipp Stephani
On debianized Emacsen, emacsclient is installed as /usr/bin/emacsclient.FLAVOR. Prefer that file name if possible, as it’s likely to be the most accurate.
2016-10-01with-editor-locate-emacsclient-1: look for yet another suffixv2.5.6Jonas Bernoulli
2016-09-29don't use pcase-dolist, not all supported Emacsen have itv2.5.5Jonas Bernoulli
Fixes #13.
2016-09-29with-editor-file-name-history-exclude: new variablev2.5.4Jonas Bernoulli
2016-09-24stop directing users to the issue tracker of magitJonas Bernoulli
2016-08-28with-editor-export-editor: fix doc-stringv2.5.3Jonas Bernoulli
2016-08-28with-editor-export-editor: don't suppress output during setupJonas Bernoulli
Fixes #10.
2016-08-21release version 2.5.2v2.5.2Jonas Bernoulli
2016-08-21make: add bump-versions targetJonas Bernoulli
2016-08-13AUTHORS.md: update list of contributorsJonas Bernoulli
2016-08-12with-editor-sleeping-editor: document csh complicationsJonas Bernoulli
Closes #9.
2016-08-12instruct users to use term-exec-hookJonas Bernoulli
Previously we suggested `term-mode-hook' but that hook is run before the shell process is started and thus has no effect. Fixes #8.
2016-08-12remove with-editor-export-editor from hook for shell-commandJonas Bernoulli
Fixes #6.
2016-08-12add .mailmap fileJonas Bernoulli
2016-04-08regenerate manual after updating org and ox-texinfo+v2.5.1Jonas Bernoulli
Used versions: - org: release_8.3.4-32-g9c6811 - ox-texinfo+: 5bfae235af6d649a5fdd6a5b509e37237b8d606e
2016-04-08remove with-editor.infoJonas Bernoulli
This wasn't supposed to be tracked. Having to track with-editor.texi is bad enough already.
2016-02-26make: fix dir targetJonas Bernoulli
2016-02-23Add one more remap for eviljustbur
evil-save-and-close is the command called by the evil ex command :wq. Remapping evil ex commands was recently added to evil (as of 5912c95 in the evil bitbucket repo).
2016-02-23Add remaps for common evil commandsjustbur
These will only affect evil users. The commands correspond to the ZZ and ZQ commands in normal state. Ref https://github.com/justbur/evil-magit/issues/18
2016-02-23add AUTHORS.md and COPYINGJonas Bernoulli
Re #1.
2016-02-15Replace setenv with push on process-environmentNoam Postavsky
Let-binding process-environment does not nessarily protect from changes made by setenv, because setenv may destructively modify the list object.
2016-01-28reincarnation releasev2.5.0Jonas Bernoulli
`with-editor.el' is no longer part of the Magit repository but its karma is good and so it is reborn as a repository of its own. To help it remember its past life do this: git remote add magit https://github.com/magit/magit.git git config remote.magit.tagopt --no-tags git fetch magit git replace --graft <this> f78f1cd33692e8b544d883d66400ab5c752663f2 See the git-replace(1) manpage for more information. While they were still part of the Magit repository `with-editor.el' and `with-editor.org' were edited by the following people: 88 Jonas Bernoulli 4 Noam Postavsky 2 Rémi Vanicat 1 Barak A. Pearlmutter 1 Lele Gaifax 1 Philippe Vaucher