summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-11with-editor-debug: Display $PATH as a listJonas Bernoulli
Makes it slightly easier to compare it with exec-path.
2023-07-11manual: Fix name of vterm's hookLouai Al-Khanji
This seems to work properly only with `vterm-mode-hook', not with `vterm-exec-hook'. "with-editor.el" correctly mentions `vterm-mode-hook', but the documentation referred to `vterm-exec-hook'.
2023-06-08Place comma after "e.g." and "i.e."Jonas Bernoulli
2023-05-11Release version 3.3.0v3.3.0Jonas Bernoulli
2023-05-11manual: Regenerate texiJonas Bernoulli
2023-05-11manual: Fix pastoJonas Bernoulli
2023-05-11Bump compat dependencyJonas Bernoulli
2023-04-12readme: UntabifyJonas Bernoulli
2023-02-12Use defvar-keymapJonas Bernoulli
2023-02-12Bump compat dependencyJonas Bernoulli
2023-02-10with-editor--setup: Replace leading "~" with home directoryJonas Bernoulli
Otherwise it would get quoted, resulting in an invalid path. Even if that weren't the case, we still would have to expand "~", because git doesn't know what that means.
2023-02-10with-editor--setup: Shell-quote executable againJonas Bernoulli
Quoting is the right thing to do. Applications that fail because of that, are the ones that need fixing, in the case of shell script, by using: eval "$EDITOR" file Fixes #121.
2023-01-18Teach sleeping editor about "+L[:C]" argument preceding filenameJonas Bernoulli
Closes #120.
2023-01-18Fix symbol name in docstringJonas Bernoulli
2023-01-16ci: Add compile workflowJonas Bernoulli
2023-01-16ci: Use new reusable workflowsJonas Bernoulli
2023-01-16readme: Add badgesJonas Bernoulli
2023-01-08Reduce quoting used for with-editor-emacsclient-executableJonas Bernoulli
Only quote whitespace instead of using `shell-quote-argument'. Closes #119.
2023-01-07Bump copyright yearsJonas Bernoulli
2022-11-27Use new version string format for unreleased revisionsJonas Bernoulli
"N-git" < "N"; but "N.50-git" > "N".
2022-11-19make: Explicitly specify output directory for makeinfo --htmlJonas Bernoulli
The default output directory differs between makeinfo versions.
2022-10-20make: Suppress warning about obsolete autoload packageJonas Bernoulli
2022-08-10make: Print message for texi targetJonas Bernoulli
2022-08-10manual: Regenerate texiJonas Bernoulli
2022-08-10manual: Use @insertcopyingJonas Bernoulli
2022-06-08Fix typosJonas Bernoulli
2022-06-05with-editor-return: Make sure process buffer is killedJonas Bernoulli
If there is a client but it is not live anymore, likely because an error occurred while responding to the edit request, then `server-delete-client' will never be called, while we relied on that killing the buffer.
2022-05-09make: Run check-declare-directoryJonas Bernoulli
2022-05-09make: Remove duplicated help entryJonas Bernoulli
2022-05-06Add a space before the export command to avoid polluting $HISTFILEMario Rodas
Adding a space character before the export command doesn't save the command in the Shell history file. This works because most of Unix distributions usually ship with $HISTCONTROL=ignoreboth.
2022-05-03Don't load any optional dependencies at compile-time onlyJonas Bernoulli
Instead rely on `declare-function' and variable declarations. Closes #112.
2022-05-03make: Remove dash from DEPSJonas Bernoulli
The dependency on `dash' has already been dropped earlier.
2022-04-22make: Improve creation of autoloads fileJonas Bernoulli
2022-04-22make: Right-align target verbsJonas Bernoulli
2022-04-22Refresh library headerJonas Bernoulli
2022-04-22Use string-search instead of string-match-pJonas Bernoulli
2022-04-22Depend on compat packageJonas Bernoulli
2022-04-22Drop support for Emacs 24Jonas Bernoulli
Please update to Emacs 25 or 26 or 27 or 28.
2022-04-22Use string-suffix-p instead of string-match-pJonas Bernoulli
2022-04-12with-editor-sleeping-editor-filter: Store window configurationDan Kessler
Closes #107.
2022-04-02Guide users towards the community, discussions and documentationJonas Bernoulli
2022-04-02Use function-quote when appropriateJonas Bernoulli
2022-03-29Convert readme to OrgJonas Bernoulli
2022-03-21make: Set GITSTATSJonas Bernoulli
2022-03-20Automatically publish statisticsJonas Bernoulli
2022-03-20Remove AUTHORS.mdJonas Bernoulli
This is part of my effort to make the Makefiles of packages more similar to each other. Except for Magit, the other packages do not come with such a file.
2022-03-18Use locate-file instead of locate-file-internalJonas Bernoulli
The extra steps in `locate-file' don't affect the result and they are very cheap so doing them needlessly doesn't matter.
2022-02-11Resume developmentJonas Bernoulli
2022-02-11Release version 3.2.0v3.2.0Jonas Bernoulli
2022-02-10Sync .orgconfig with that of other packagesJonas Bernoulli
These changes don't make a difference here. Consistency is good.