Wilfred Hughes

Results 324 issues of Wilfred Hughes

If there's a >1 MiB JSON file, all one line, which matches the search, then Emacs hangs whilst the regex is matched to the whole line. We should truncate before...

``` Search term: paragraph-separate change Search type: string words regexp Case: smart sensitive ignore Context: none before:0 after:1 Directory: ~/src/emacs/ Files: all type glob CONTRIBUTE 390 paragraph-separate: "[ ]*$" 391...

If there's a lot of file permission errors, it can be hard to see the relevant results.

If a user specifies e.g. `"/scp:foo:bar"` then `f-entries` will try to connect to a remote host. Update `suggest--safe` to exclude this. See `tramp-dissect-file-name` for an example showing how to detect...

Given this: ``` ;; Inputs (one per line): (list 'abc :foo 'def) :foo ;; Desired output: 'def ``` It would be nice to suggest `(plist-get (cdr (list 'abc :foo 'def))...

We try to avoid predicates, but these are hard to remember.