Searched +refs:mark +refs:sexp (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-cus.el101 (sexp :tag "Fancy Split")
185 (sexp :tag "Other")) "\
241 itself (a symbol), TYPE is the parameters type (a sexp widget), and
258 itself (a symbol), TYPE is the parameters type (a sexp widget), and
267 itself (a symbol), TYPE is the parameters type (a sexp widget), and
273 (sexp :tag "Selection Predicate" :value false)
330 parameter itself (a symbol), TYPE is the parameters type (a sexp
468 (sexp :tag
473 sexp))))))
482 (widget-create 'sexp
[all...]
H A Dgnus-sum.el84 (sexp :menu-tag "other" t)))
91 (sexp :menu-tag "other" t)))
111 the parent and mark all the step-children as such.
149 (sexp :menu-tag "on" t)))
176 (sexp :menu-tag "all" t)))
211 (sexp :menu-tag "on" t)))
263 :type '(radio (sexp :format "Non-nil\n"
268 (sexp :tag "Predicate specifier")))
294 (sexp :tag "on" t)))
323 (sexp
[all...]
H A Dmessage.el201 :type '(repeat sexp)) ; Fixme: improve this
212 :type '(repeat sexp))
220 :type '(repeat sexp))
234 :type '(repeat sexp))
245 :type '(repeat sexp))
251 :type 'sexp)
341 (defcustom message-mark-insert-begin
343 "How to mark the beginning of some inserted text."
349 (defcustom message-mark-insert-end
351 "How to mark th
[all...]
H A Dgnus-group.el84 (sexp :tag "other" t)))
177 %p Process mark (char)
310 (sexp :tag "Method"))))
380 :type '(repeat (cons (sexp :tag "Form") face)))
382 (defcustom gnus-new-mail-mark ?%
417 :type '(repeat (cons (sexp :tag "Form") file)))
426 :type '(repeat (cons (sexp :tag "Method") (symbol :tag "Charset"))))
474 `((?M gnus-tmp-marked-mark ?c)
615 "#" gnus-group-mark-group
618 (gnus-define-keys (gnus-group-mark
[all...]
H A Dgnus.el358 (defalias 'gnus-deactivate-mark 'deactivate-mark)
1101 (repeat sexp))))
1326 sexp
1468 :type '(repeat (cons (string :tag "Hierarchy") (sexp :tag "Form"))))
1480 If nil, ignore cross references. If t, mark articles as read in
1481 subscribed newsgroups. If neither t nor nil, mark as read in all
1486 (sexp :format "all"
1489 (defcustom gnus-process-mark ?#
1490 "*Process mark
[all...]
H A Dgnus-msg.el57 (sexp :tag "Methods" ,gnus-select-method)))
130 (sexp))
144 (sexp)))))))
146 (defcustom gnus-gcc-mark-as-read nil
147 "If non-nil, automatically mark Gcc articles as read."
152 (make-obsolete-variable 'gnus-inews-mark-gcc-as-read
153 'gnus-gcc-mark-as-read)
541 `(gnus-summary-mark-article-as-forwarded ',to-be-marked)
542 `(gnus-summary-mark-article-as-replied ',to-be-marked)))))
765 (gnus-summary-remove-process-mark articl
[all...]
H A Dnnimap.el200 :type 'sexp)
384 "If non-nil, mark \"dormant\" articles as \"ticked\" for other IMAP clients.
1130 (when (nnimap-mark-permanent-p 'read)
1148 (and (nnimap-mark-permanent-p (cdr pred))
1149 (member (nnimap-mark-to-flag (cdr pred))
1156 (imap-search (nnimap-mark-to-predicate (cdr pred))))
1159 gnus-article-mark-lists)
1162 ;; nnimap mark dormant article as ticked too (for other clients)
1163 ;; so we remove that mark for gnus since we support dormant
1184 (deffoo nnimap-request-set-mark (grou
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Ddiary-lib.el111 (autoload 'mark-islamic-diary-entries "cal-islam"
114 (autoload 'mark-islamic-calendar-date-pattern "cal-islam"
123 (autoload 'mark-bahai-diary-entries "cal-bahai"
126 (autoload 'mark-bahai-calendar-date-pattern "cal-bahai"
147 (autoload 'mark-hebrew-diary-entries "cal-hebrew"
150 (autoload 'mark-hebrew-calendar-date-pattern "cal-hebrew"
295 :type 'sexp
457 (let ((mark (regexp-quote diary-nonmarking-symbol)))
469 (entry-found (list-sexp-diary-entries date)))
493 "\\(\\`\\|\^M\\|\n\\)" mark "
[all...]
H A Dcalendar.el160 (defcustom mark-diary-entries-in-calendar nil
161 "Non-nil means mark dates with diary entries, in the calendar window.
214 "How to mark dates that have diary entries.
223 "How to mark today's date in the calendar.
234 "How to mark notable dates in the calendar.
248 (defcustom mark-holidays-in-calendar nil
249 "Non-nil means mark dates of holidays in the calendar window.
325 It can also be used to mark the current date with `calendar-today-marker';
327 (setq today-visible-calendar-hook 'calendar-mark-today)
459 documentation for the function `list-sexp
[all...]
H A Dsolar.el85 :type 'sexp
171 :type 'sexp
923 (defun diary-sabbath-candles (&optional mark)
938 (cons mark
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dedebug.el40 ;; through the code with SPC, mark breakpoints with b, go until a
86 `eval-last-sexp', and `eval-print-last-sexp'.
228 :type 'sexp
297 (defun edebug-last-sexp ()
298 ;; Return the last sexp before point in current buffer.
304 (forward-sexp -1)
759 (defun edebug-read-sexp ()
760 ;; Read one sexp from the current buffer starting at point.
761 ;; Leave point immediately after it. A sexp ca
[all...]
H A Dlisp.el48 (defvar forward-sexp-function nil
49 "If non-nil, `forward-sexp' delegates to this function.
50 Should take the same arguments and behave similarly to `forward-sexp'.")
52 (defun forward-sexp (&optional arg)
53 "Move forward across one balanced expression (sexp).
58 (if forward-sexp-function
59 (funcall forward-sexp-function arg)
63 (defun backward-sexp (&optional arg)
64 "Move backward across one balanced expression (sexp).
69 (forward-sexp (
[all...]
H A Dbyte-opt.el234 (lambda (sexp)
235 (let ((f (car-safe sexp)))
243 (byte-compile-inline-expand sexp)
244 sexp)))
1238 make-marker mark mark-marker markerp memory-limit minibuffer-window
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dwhich-func.el153 :type 'sexp)
285 offset elem pair mark)
297 (number-or-marker-p (setq mark (cdr pair)))
298 (if (>= (setq offset (- (point) mark)) 0)
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dibuffer.el67 (defcustom ibuffer-formats '((mark modified read-only " " (name 18 18 :left :elide)
70 (mark " " (name 16 -1) " " filename))
86 mark modified read-only name size mode process filename
90 The first argument is the buffer object, and the second is the mark
110 (mark \" \" name)
111 This format just displays the current mark (if any) and the name of
113 (mark modified read-only \" \" (name 16 16 :left) \" \" (size 6 -1 :right))
114 This format displays the current mark (if any), its modification and
125 (setq ibuffer-formats '((mark \" \" name)
126 (mark modifie
1667 (define-ibuffer-column mark (:name " " :inline t) function
[all...]
H A Dibuf-ext.el126 :type '(repeat sexp)
151 major mode is `emacs-lisp-mode', you only want to see the mark and the
153 (mode ((mark \" \" name)))
156 (list :tag "Formats" (repeat (sexp :tag "Format")))))
185 :type '(repeat sexp)
1208 (defun ibuffer-forward-next-marked (&optional count mark direction)
1211 If MARK is non-nil, it should be a character denoting the type of mark
1219 (unless mark
1220 (setq mark ibuffer-marked-char))
1229 (eq (setq curmark (ibuffer-current-mark))
[all...]
H A Dfilesets.el313 :type 'sexp
320 :type 'sexp
327 :type 'sexp
334 :type 'sexp
407 (sexp :tag "Other" :value nil)))
598 (sexp :tag "Sexp"
712 (sexp :tag "Symbol"))
1169 "Get the text between mark and point -- i.e. the selection or region."
1170 (let ((m (mark))
H A Dprinting.el821 ;; option. Note that this will only work if you're using transient mark
1130 (defvar deactivate-mark nil)
1135 (setq deactivate-mark nil))))
1381 SWITCHES List of sexp's to pass as extra options for text printer
1453 (sexp :tag "Switch" :value ""))
1536 SWITCHES List of sexp's to pass as extra options for PostScript printer
1710 (sexp :tag "Switch" :value ""))
1744 (sexp :tag "Value")))
1992 Note that this will only work if you're using transient mark mode.
2209 (sexp
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dsupercite.el155 (choice (repeat (repeat sexp))
164 (choice (repeat (repeat sexp))
173 (choice (repeat (repeat sexp))
220 :type '(repeat (repeat sexp))
231 :type '(repeat (repeat sexp))
248 :type '(repeat (repeat sexp))
435 (choice (sexp :tag "List to eval")
492 :type '(repeat sexp)
1935 ;; grab point and mark since the region is probably not active when
1937 ;; mark s
[all...]
H A Dsendmail.el248 Each hook function can find the citation between (point) and (mark t).
249 And each hook function should leave point and mark around the citation
258 Each hook function can find the citation between (point) and (mark t),
259 and should leave point and mark around the citation text as modified.
393 (sexp :tag "Expression to evaluate"))
884 (push-mark opoint)
899 ;; If buffer has no file, mark it as unmodified and delete auto-save.
1453 Puts point after the text and mark before.
1472 ;; We really want this to set mark.
1474 (set-text-properties (point) (mark
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Drefcard.tex214 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
349 \threecol{sexp}{C-M-b}{C-M-f}
368 \threecol{sexp}{M-- C-M-k}{C-M-k}
380 \key{set mark here}{C-@ {\rm or} C-SPC}
381 \key{exchange point and mark}{C-x C-x}
383 \key{set mark {\it arg\/} {\bf words} away}{M-@}
384 \key{mark {\bf paragraph}}{M-h}
385 \key{mark {\bf page}}{C-x C-p}
386 \key{mark {\bf sexp}}{
[all...]
H A Dpl-refcard.tex218 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
430 %\threecol{sexp}{C-M-b}{C-M-f}
467 %\threecol{sexp}{M-- C-M-k}{C-M-k}
491 %\key{set mark here}{C-@ {\rm or} C-SPC}
492 %\key{exchange point and mark}{C-x C-x}
496 %\key{set mark {\it arg\/} {\bf words} away}{M-@}
497 %\key{mark {\bf paragraph}}{M-h}
498 %\key{mark {\bf page}}{C-x C-p}
499 %\key{mark {\bf sexp}}{
[all...]
H A Dpt-br-refcard.tex220 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
353 \threecol{sexp}{C-M-b}{C-M-f}
372 \threecol{sexp}{M-- C-M-k}{C-M-k}
390 \key{marca a {\bf sexp}}{C-M-@}
447 \key{identa a {\bf sexp} (modo)}{C-M-q}
636 \key{avalia {\bf sexp} antes do ponto}{C-x C-e}
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dvi.el127 (define-key vi-com-map "\C-@" 'vi-mark-region) ; extension
167 (define-key vi-com-map "'" 'vi-goto-line-mark)
168 (define-key vi-com-map "(" 'backward-sexp)
169 (define-key vi-com-map ")" 'forward-sexp)
229 (define-key vi-com-map "`" 'vi-goto-char-mark)
243 (define-key vi-com-map "m" 'vi-set-mark)
276 (put 'vi-goto-line-mark 'point-moving-unit 'line)
277 (put 'backward-sexp 'point-moving-unit 'sexp)
278 (put 'forward-sexp 'poin
[all...]
H A Dviper-macs.el89 :type 'sexp
936 (if (> (point) (mark t)) (exchange-point-and-mark))
939 (while (< (point) (mark t))

Completed in 319 milliseconds

12