Suhail Singh writes: Hi Suhail, >> There's a new user option `dired-highlight-symlinks'. If non-nil (the >> default), symlinks are highlighted the same way as now. With a nil >> value, they aren't. > > I propose that the non-default behaviour be that `dired-symlink-face' is > applied to the entirety of the symlink. If you agree, it might be > better to additionally rename `dired-highlight-symlinks' accordingly to > reflect the updated behaviour. Good catch, see reworked patch below. The user option has been renamed to dired-check-symlinks. > TIL about connection-local variables. Yes, this would be helpful. > However, if so desired, I imagine that setting > `dired-highlight-symlinks' buffer-locally in the `dired-mode-hook' would > work as well. Is my understanding correct? Yes, connection-local variables are implemented as buffer-local variables. Best regards, Michael.