command-log-mode
command-log-mode copied to clipboard
clw/open-log-command-buffer doesn't respect settings
Hello,
the command clw/open-log-command-buffer doesn't respect the settings, command-log-mode-open-log-turns-on-mode and command-log-mode-is-global, as the clw/toggle-log-command-buffer does.
I'm not an expert of elisp, but I roughly checked the source code. It seems you didn't implement the clw/open-log-command-buffer to check those variables as the clw/toggle-log-command-buffer does.
Can you or anyone help to correct this?