-
I repeatedly get this error when compiling:
`$ make`
```
...
make[2]: Nothing to be done for `all'.
ELC char-fold.elc
In toplevel form:
char-fold.el:114:31:Error: Invalid characte…
-
Hello,
I've managed to get babyc to compile (and work!) on Windows 7 with MinGW and minimal tweaks to babyc. The only header file which isn't available on Windows by default is _err.h_ for for _warnx_…
-
When I lookup one of "my own" functions, then helpful
shows the source as 'defined in init.el' which is ok
and already helpful but in reality I have an org config
and `init.el` get's tangled from `…
dakra updated
6 years ago
-
```
When I try to install, it gives this message:
The application could not be installed because the installer file is damaged.
Try obtaining a new installer file from the application author.
I've a…
-
Hello,
I started learning Emacs like 2 hours ago.
I then learned about Outline mode.
I now seek a way to search only the headings from the outline mode and thought maybe flx would help me.
Can…
-
# Planning 1
UPDATE 23-09-19: The tool used to be called Ring when I was going to write it in Rust.
For the past few years, protocols have existed that …
-
I LOVE deadgrep and use it pretty much daily. One thing I just recently found was this project: https://github.com/phiresky/ripgrep-all. It allows for search inside all type of file formats (including…
-
Any chance this could be integrated with elisp-mode's xref support rather than replacing it?
-
I would like to only grep in files with a given type and a given glob. To grep in all python files that are not unit-tests I locally run `rg serachstring -tpy -g "!tests"`. However, it is not possible…
-
Hi! In your readme, you write that if I'm in a git project, this will be used for the directory (instead of the current file's directory). This doesn't seem to work, however. What could be wrong?