seabadger

Results 6 comments of seabadger

>When its fullscreen another black fullscreen window opens up and somehow steals the > menubar - if I put the cursor at the top of the screen in the actual...

Another way to represent combos (used by ZSA's Oryx, the configurator for ErgoDox, Moonlander, and Planck keyboards), is to display a list of combos defined for the current layer (each...

The issue only appears in 4.17; **4.16 is OK**. It was introduced by commit 499baf9c3689c23dfc49196570fb230076c935de, which adds preprocessor conditionals based on whether CURLOPT_RESOLVE is defined: ` +#ifdef CURLOPT_RESOLVE SLIST_RESOLVE, SLIST_RESOLVE,...

First stab at a workaround is shown below; seems to work: ```elisp (defun p4-tramp-workaround-find-file-hook () "do not let p4.el process remote TRAMP buffers" (when (and (fboundp 'tramp-tramp-file-p) (not (tramp-tramp-file-p buffer-file-name)))...

Update: I think this issue may only arise in the following circumstances: - the p4 binary is available - Perforce is not actually configured, so the p4 command fails to...