elpasync pushed a change to branch elpa/auto-dim-other-buffers. at 33b5f88b79 Correctly handle optional kill-all-local-variables argument in advice
This branch includes the following new commits: new 890051374f first new e20bc722d6 that didnt help... new 4d6e644340 customizable face new 07d906f0f0 useless extra thing new e473ef45ea set buffer faces MUCH less often new 16db9f4942 MUCH more efficient: only changes faces for 2 buffers max, and only when necessary new 0bf0800bb8 dont try to set face on dead buffers new d2039c43af upgrade the version based on how efficient it is now :D new e93f115d32 comments and fix new 8062977284 face is real face new 6804fde17b screenshot new 7ed6580b7d update sshot new e7fcc5336c less ceremonial readme? new 5c793ea235 better readme new b236157a77 uhh new a969ff4e0e minor mode new 7f332de332 oops new 2424476114 fix some stuff new e85510688d duh new d8987326e6 dim new windows that pop up new bea02696f0 Use save-current-buffer and with-current-buffer new c80b367dd0 Leave echo area alone new db5411dd17 Fix compiler warning by defining the variable new 6600c79600 Mark adob-mode as autoload function new 244c979b67 after-change-major-mode-hook on next-error-hook new fb7ea24922 dimming/undimming when gaining/losing app focus new 8f58e3f7fe Use “adob--” as a prefix for private stuff. new 37085cf479 Consistently use “buffers” in function names, not “windows”. new 7502775f38 Use a shorter lighter for the mode. new d4f5508b4e Bumped version to 1.5 and updated docstrings and comments. new 932b16751f .gitignore *.elc files. new 44b8965cff Specify the license, GPL-3.0+ is used. new 8c4470713f Set lexical binding on. new e64bdbdb0a Use `face-remap-add-relative' to not interfere with `buffer-face-mode' new 475321c845 Refactor `adob--dim-buffer' to check `dim' only once new cfab476572 Move hooks adding/removing to separate function new 02ae62c5ab Remove pre command hook new b1562a1200 Wrap `adob--dim-all-buffers' into a lambda when adding as a hook new a385b6013e Drop turn-{on,off}-* functions. new a066c32ada Allow disabling “dimming on focus out” feature new 8b909cb210 fix change major mode on next-error-hook new e9c886fac5 Use even number of arguments for `setq' new 8b1d8803b5 Fix Markdown formatting in README file new b797afadb4 s/it’s/its/ new 31c13e7ed8 Use ‘window-buffer’ instead of ‘current-buffer’ new 6ebff3681f Don’t dim already dimmed buffer new cedb4c4895 Use ‘buffer-list-update-hook’ instead of ‘post-command-hook’ new b3999f9728 Fix missing closing paren new 90f6a6f0fb Bump Version in comment new 853523a854 Don't dim last buffer when switching to minibuffer or echo area. new 087baafa08 Move minibuffer check to the beginning of ‘adob--buffer-list-update-hook’ new 0c15c0d3a4 s/adob--ignore-buffer/adob--never-dim-p/ new 53652211c1 Add MELPA badge to README new d1ee176652 Update screenshot; make it animated new 4cc1e1bb08 Add version of the dim face for light background new ec74b4803a Split ‘adob--dim-buffer’ into two no-argument functions new b599ff6db9 Better clean up when disabling the mode; remove arg from dim-all-buffers new 6c8804c7d2 Remove mode’s lighter new 53dd9b68fb Ignore all hidden buffers new efd617c999 Make sure current buffer is not dimmed when the mode is enabled new a87cf772ac Dim only the last buffer when loosing focus new af8eec9ec2 Prefer ‘window-buffer’ to ‘current-buffer’ new bc36211be2 Dim buffers appearing in non-selected windows new 774fe859f8 Fix ‘auto-dim-other-buffers-dim-on-switch-to-minibuffer’ behaviour new 8d7ef78b4a Prefer ‘after-focus-change-function’ new e4ef0a93ca Unconditionally undim selected buffer when focus is regained new f712de72d4 Optimise ‘never dim’ check new 191d714ebb Dim individual windows rather than buffers new 0fba90826b Sneakily link to phrxmd’s video demonstrating the mode new bedeef9ea3 Support ‘adow-mode’ since the first Emacs 27 preview releases new 82626612bd Handle window and buffer switching at the same time new cad370fb6c Preserve current-buffer new 0a103b09eb Require 'face-remap to silence compilation warning new ed9ebbcc52 Define Auto Dim Other Buffers customise group new 69d369e884 Fix minor typos and small refactor making use of ‘dolist` new 9f768ddd9a Debounce focus-change events new f0d48d94c3 Introduce ‘auto-dim-other-buffers-never-dim-buffer-functions’ new 62c936d502 Fix buffer undimming when local variables are killed new c9fe23d03c Allow configuring which faces to alter; not just the ‘default’ new 2a19931b27 Introduce ‘auto-dim-other-buffers-hide-face’ for hidden dimmed text new a1c67bf557 Update screenshot animation and demo video link new 33b5f88b79 Correctly handle optional kill-all-local-variables argument in advice