• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/net/

Lines Matching defs:with

22 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
40 ;; Open a new irc connection with:
154 Each element of the list is a list with a SERVER-REGEXP string
237 Called with 5 arguments, PROCESS, SENDER, RESPONSE, TARGET and TEXT."
300 "List of buffers with unviewed activity.")
307 "The server buffer associated with this channel buffer.")
310 "The channel or user associated with this buffer.")
433 (defmacro with-rcirc-process-buffer (process &rest body)
435 `(with-current-buffer (process-buffer ,process)
438 (defmacro with-rcirc-server-buffer (&rest body)
440 `(with-current-buffer rcirc-server-buffer
449 (with-rcirc-process-buffer process
477 Functions are called with PROCESS and SENTINEL arguments.")
483 (with-rcirc-process-buffer process
485 (with-current-buffer (or buffer (current-buffer))
495 (run-hook-with-args 'rcirc-sentinel-hooks process sentinel))))
502 (with-rcirc-process-buffer p
510 Function is called with PROCESS, COMMAND, SENDER, ARGS and LINE.")
515 (with-rcirc-process-buffer process
526 (with-rcirc-process-buffer process
528 (with-rcirc-process-buffer process
563 (run-hook-with-args 'rcirc-receive-message-hooks
587 "Return the process associated with channel BUFFER.
590 (with-current-buffer buffer
597 (with-rcirc-process-buffer process
602 (with-rcirc-process-buffer process
606 "Return the nick associated with BUFFER.
608 (with-current-buffer (or buffer (current-buffer))
609 (with-current-buffer rcirc-server-buffer
616 "Send TARGET associated with PROCESS a privmsg with text MESSAGE.
798 (with-rcirc-process-buffer process
812 (with-current-buffer buffer
814 (with-rcirc-process-buffer process
823 (cons "%s" (with-rcirc-server-buffer rcirc-server-name))
868 (with-rcirc-server-buffer
888 "Return the buffer associated with the PROCESS and TARGET.
892 (with-rcirc-process-buffer process
899 "Return the buffer associated with the PROCESS and TARGET.
903 (with-current-buffer buffer
908 (with-rcirc-process-buffer process
911 (with-current-buffer new-buffer
917 "Send input to target associated with the current buffer."
969 (with-current-buffer (current-buffer)
1050 (with-current-buffer buffer
1065 if no match is found, the default entry (with a key of `t') is used.
1067 The entry's value part should be a string, which is inserted with
1072 %N The sender's nick (with face `rcirc-my-nick' or `rcirc-other-nick')
1074 %T The timestamp (with face `rcirc-timestamp')
1177 (with-rcirc-process-buffer process
1196 "Print TEXT in the buffer associated with TARGET.
1201 (member (with-syntax-table rcirc-nick-syntax-table
1207 (with-current-buffer buffer
1215 ;; mark the line with overlay arrow
1290 (with-current-buffer (window-buffer w)
1292 (with-selected-window w
1316 (run-hook-with-args 'rcirc-print-hooks
1331 (with-rcirc-process-buffer process
1347 (with-rcirc-process-buffer process
1352 "Add CHANNEL to list associated with NICK."
1354 (with-rcirc-process-buffer process
1365 (with-rcirc-process-buffer process
1369 "Remove the CHANNEL from list associated with NICK."
1370 (with-rcirc-process-buffer process
1383 "Return the list of nicks associated with TARGET sorted by last activity."
1386 (with-rcirc-process-buffer process
1471 "Switch to the server buffer associated with current channel buffer."
1485 "Go to the next rcirc buffer with activity.
1486 With prefix ARG, go to the next low priority buffer with activity.
1518 Functions are called with a single argument, the buffer with the
1523 "Record BUFFER activity with TYPE."
1524 (with-current-buffer buffer
1529 (let ((t1 (with-current-buffer b1 rcirc-last-post-time))
1530 (t2 (with-current-buffer b2 rcirc-last-post-time)))
1534 (run-hook-with-args 'rcirc-activity-hooks buffer))
1539 (with-current-buffer buffer
1543 "Return a cons cell with ACTIVITY split into (lopri . hipri)."
1546 (with-current-buffer buf
1578 (with-current-buffer b
1590 (with-current-buffer buffer
1600 (with-current-buffer buf
1609 (with-current-buffer rcirc-current-buffer
1627 (with-rcirc-process-buffer process
1632 (with-current-buffer (cdr i)
1680 ;;; /commands these are called with 3 args: PROCESS, TARGET, which is
1702 (with-rcirc-server-buffer
1717 (with-rcirc-server-buffer rcirc-nick-table))))
1740 "Send a quit message to server with REASON."
1780 (with-rcirc-server-buffer rcirc-nick-table))))
1784 "Set mode with ARGS."
1842 ones added to the list automatically are marked with an asterisk."
1891 "Return a copy of STRING with FACE property added."
1937 (with-current-buffer (window-buffer (posn-window position))
1957 "Return TEXT with properties added based on various patterns."
1959 (with-temp-buffer
1991 (with-syntax-table rcirc-nick-syntax-table
2011 (with-current-buffer channel-buffer
2015 (let* ((target (with-current-buffer channel-buffer (or rcirc-target "")))
2030 (with-syntax-table rcirc-nick-syntax-table
2037 ;; these are called with the server PROCESS, the SENDER, which is a
2044 (with-rcirc-process-buffer process
2111 (with-current-buffer buffer
2164 (with-current-buffer chat-buffer
2169 (with-rcirc-process-buffer process
2190 (with-current-buffer (rcirc-get-buffer process (car args))
2212 (with-current-buffer buffer
2219 (with-current-buffer buffer
2257 (with-current-buffer (rcirc-get-temp-buffer-create process channel)
2265 (with-current-buffer buffer
2274 (with-rcirc-process-buffer process
2278 "Send authentication to process associated with current buffer.
2281 (with-rcirc-server-buffer