erc-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Erc-discuss] ERC custom IRC /command


From: Emanuel Berg
Subject: Re: [Erc-discuss] ERC custom IRC /command
Date: Mon, 18 Mar 2019 04:10:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

(defun erc-cmd-R ()
  (let ((last-input (aref (cddr erc-input-ring)
                         (- (cadr erc-input-ring) 2) )))
    (erc-send-input last-input) )
  nil)

http://user.it.uu.se/~embe8573/emacs-init/erc-my.el

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

[Prev in Thread] Current Thread [Next in Thread]