/logf

Emanuel Berg <[email protected]>
Newsgroups gmane.emacs.erc.general
Message-ID <[email protected]>
(defun erc-pop-to-log (&optional buf)
  (interactive)
  (or buf (setq buf (current-buffer)))
  (let*((log     (erc-current-logfile buf))
        (log-buf (get-file-buffer log)) )
    (if (bufferp log-buf)
        (progn
          (pop-to-buffer log-buf)
          (revert-buffer t t) )
      (find-file log) )
    (goto-char (point-max)) ))

(defun erc-cmd-LOGF (_line)
  (erc-pop-to-log) )
(put 'erc-cmd-LOGF 'do-not-parse-args t)

https://dataswamp.org/~incal/emacs-init/erc/erc-log-incal.el

-- 
underground experts united
https://dataswamp.org/~incal
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.