elkarouh
elkarouh
Any progress on this issue?
Hello, First, many thanks for this wonderful tool !!! In fact, I have the same need. I have lots of results from many different files and the i-menu work-around doesn't...
This is the problem. `$:pwd` does not always return the same result as `$pwd` I tried `:shell-resync-dirs` to reset Emacs' pwd to the shell's pwd but it is not recognised....
This is not what I want to achieve. All occurrences of ':' should be replaced by Z In your solution, only the first occurrence is replaced.
The result I want to get is 'Note AAA: BBB: CCC:' should become 'Note AAAZ BBBZ CCCZ' This is easy to achieve with sed. I seek a solution using sd
Thank you for responding. What you propose are work-arounds. My question essentially boils down to : is it possible to enter a minor mode in which the major mode key...
you might be able to produce binaries using GitHub actions, without having to set up Linux (or other platforms) yourself. @epage does it for git-stack here: https://github.com/epage/git-stack/blob/main/.github/workflows/post-release.yml On Tue, Feb...