Steve Purcell

Results 39 issues of Steve Purcell

The [keybinding conventions](https://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Binding-Conventions.html) describe which keybindings are legal for minor modes, and `C-c a` isn't among them -- it's one of relatively few bindings reserved for end-user customisation. I'd strongly...

Kind:Enhancement

### Steps to reproduce * `niv add emacs -v 24.3 -t 'mirror://gnu/emacs/emacs-.tar.gz'` ### Expected behaviour * `sources.emacs` behaves the same as a regular `tarball` source ### Actual behaviour Evaluation fails:...

bug

Just a little suggestion here: I (and at least one of my colleagues) often create ad-hoc nix shells for existing and new projects, and would love it if we could...

enhancement
good first issue

Pages like https://counterexamples.org/runtime-misinformation.html apparently adapt to the OS light/dark colour mode: on MacOS in dark mode with Firefox or Chrome, the code snippets are dark text on dark background, and...

The logic of checking `window-system` while defining the theme is incorrect: `window-system` can have a different value in different frames, so if you start a GUI emacs and load the...

Since `xsv` is so invaluable for splitting and reformatting big messy CSV files (thanks!), it'd be really useful to be able to rename columns when `select`-ing them out: I deal...

Apple M1 (`aarch64-darwin`) support just landed in Nixpkgs `master`, so I thought I'd open an issue here to describe/discuss how best to migrate to a `nix-darwin` setup which uses that...

I'm having another go at switching my config from `auto-complete` to `company`, and I noticed that the former handles my `page-break-lines` package (which modifies display tables) while `company` gets tripped...

`auto-complete` and `company` are alternatives to each other, so it doesn't really make sense to support both in `ac-js2`. For a start, the reference to `company-*` symbols causes byte-compilation warnings...

Hey Dmitry! I'm writing an `auto-complete` source for `inf-ruby-mode`, and I'd like to hook the pop-up documentation into `robe` when it's available. `robe-doc-for` is the obvious entry point for this,...