phil-s

Results 81 issues of phil-s

e.g. my PHP file contains `$foo = 'Title to use when rendering.';` and the word `when` is highlighted, because it is being treated as the <thing> in a `use `...

Bug

I'm just dropping this in here as food for thought. The following is the code I wrote to ensure that all of my dev environments will have access to local...

Any tools directly related to elisp would be (especially) valuable to have as default functionality in Emacs. Please do consider contributing this, while you still have only yourself to get...

Well this package seems nice. Seeing as it is for Emacs Lisp reference, are you planning to put it into the GNU ELPA archive?

This is currently being done in https://github.com/josteink/emacs-oob-reboot/blob/master/lisp/basic-configuration-changes.el `yes-or-no-p` exists so that destructive actions can be protected by something more than a single `y` key press. I'm aware that some people...

These settings added in https://github.com/josteink/emacs-oob-reboot/pull/7 Autosaves and backup files are there to *protect* the user. Disabling that protection is a bad idea IMO. What's the rationale behind doing that? Similarly...

`ibuffer` is vastly superior to `list-buffers`, while remaining easy to use if you don't need the advanced features.

Personally I think directional window navigation is a much friendlier option, but enabling it by default might be difficult on account of choosing a modifier. `ctrl` and/or `meta` already have...

;; Default to side-by-side comparisons in ediff. (setq ediff-split-window-function 'split-window-horizontally) Most people have widescreen monitors nowadays, which I think makes side-by-side diffs a pretty sane default. I certainly find it...

`winner-mode` is incredibly helpful -- but only if it's enabled before you need it. If it's enabled by default, then when users go looking for a way to restore their...