Skip to content

Add keybinding for clear-log function#5

Open
tuedachu wants to merge 1 commit into
aki2o:masterfrom
tuedachu:master
Open

Add keybinding for clear-log function#5
tuedachu wants to merge 1 commit into
aki2o:masterfrom
tuedachu:master

Conversation

@tuedachu
Copy link
Copy Markdown

@tuedachu tuedachu commented Jun 2, 2020

Key binding is CTRL+C. I think using a modifier (CTRL or Meta) is probably safer.

@tuedachu
Copy link
Copy Markdown
Author

@aki2o:

Did you have time to review the PR? Thanks.

Copy link
Copy Markdown
Owner

@aki2o aki2o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the toooo late reply...

Comment thread log4e.el
(defun log4e--clear-log (buffnm)
(with-current-buffer (log4e--get-or-create-log-buffer buffnm)
(defun log4e--clear-log (&optional buffnm)
(interactive)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mmm... I'd like that you use hoge–log-clear-log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants