Home
last modified time | relevance | path

Searched +refs:yank +refs:handled +refs:properties (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-emacsLisp.r/simple-emacsLisp.d/
H A Dexpected.tags38 set-hard-newline-properties input.el /^(defun set-hard-newline-properties (from to)$/;" function
223 kill-ring-yank-pointer input.el /^(defvar kill-ring-yank-pointer nil$/;" variable
229 yank-pop-change-selection input.el /^(defcustom yank-pop-change-selection nil$/;" custom
241 …input.el /^(defun line-substring-with-bidi-context (start end &optional no-properties)$/;" function
243 yank-handled-properties input.el /^(defcustom yank-handled-properties$/;" custom
244 yank-excluded-properties input.el /^(defcustom yank-excluded-properties$/;" custom
245 yank-window-start input.el /^(defvar yank-window-start nil)$/;" variable
246 yank-undo-function input.el /^(defvar yank-undo-function nil$/;" variable
247 yank-pop input.el /^(defun yank-pop (&optional arg)$/;" function
248 yank input.el /^(defun yank (&optional arg)$/;" function
[all …]
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dtext.texi990 property, as well as the variables @code{yank-handled-properties} and
991 @code{yank-excluded-properties} (see below), before inserting the
997 processes the text according to @code{yank-handled-properties} and
998 @code{yank-excluded-properties}. (It does not handle the
1033 normal action of @code{yank-handled-properties} and
1034 @code{yank-excluded-properties} on the inserted string.
1045 @defopt yank-handled-properties
1049 @code{yank-excluded-properties} taking effect.
1059 @defopt yank-excluded-properties
1064 @code{yank-handled-properties}.
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dtext.texi1033 property, as well as the variables @code{yank-handled-properties} and
1034 @code{yank-excluded-properties} (see below), before inserting the
1040 processes the text according to @code{yank-handled-properties} and
1041 @code{yank-excluded-properties}. (It does not handle the
1076 normal action of @code{yank-handled-properties} and
1077 @code{yank-excluded-properties} on the inserted string.
1088 @defopt yank-handled-properties
1092 @code{yank-excluded-properties} taking effect.
1102 @defopt yank-excluded-properties
1107 @code{yank-handled-properties}.
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/etc/
H A DNEWS.22532 `yank-excluded-properties' specifies which ones. Insertion
769 lists are handled. t, the default, specifies the standard querying
796 properties--any specified text properties are discarded.
2720 now handled much better. The angle brackets that delimit them are
2734 handled correctly, also wrt indentation.
2822 now handled as if each construct started on a line of its own.
3561 pass them to Windows to be handled with system-wide functions.
4004 removes the text properties in the `yank-excluded-properties' list
4213 The `insert-for-yank' function looks for a yank-handler property on
4225 `yank-excluded-properties' is not performed; instead FUNCTION is
[all …]
H A DNEWS.24787 `isearch-yank-line'.
1602 ** New option `yank-handled-properties' allows processing of text
1604 removing them (as is done by `yank-excluded-properties').
1992 server properties.
2161 *** `vc-ignore-vc-files' (use `vc-handled-backends' instead)
2162 *** `vc-master-templates' (use `vc-handled-backends' instead)
2756 `isearch-yank-line'.
2759 `isearch-yank-kill'.
3563 properties of the current completion:
3568 properties valid for `completion-extra-properties'.
[all …]
/dports/editors/emacs/emacs-27.2/etc/
H A DNEWS.22532 `yank-excluded-properties' specifies which ones. Insertion
769 lists are handled. t, the default, specifies the standard querying
796 properties--any specified text properties are discarded.
2720 now handled much better. The angle brackets that delimit them are
2734 handled correctly, also wrt indentation.
2822 now handled as if each construct started on a line of its own.
3561 pass them to Windows to be handled with system-wide functions.
4004 removes the text properties in the `yank-excluded-properties' list
4213 The `insert-for-yank' function looks for a yank-handler property on
4225 `yank-excluded-properties' is not performed; instead FUNCTION is
[all …]
H A DNEWS.24787 `isearch-yank-line'.
1602 ** New option `yank-handled-properties' allows processing of text
1604 removing them (as is done by `yank-excluded-properties').
1992 server properties.
2161 *** `vc-ignore-vc-files' (use `vc-handled-backends' instead)
2162 *** `vc-master-templates' (use `vc-handled-backends' instead)
2756 `isearch-yank-line'.
2759 `isearch-yank-kill'.
3563 properties of the current completion:
3568 properties valid for `completion-extra-properties'.
[all …]
/dports/math/fricas/fricas-1.3.7/contrib/emacs/
H A Dfricas.el.pamphlet137 not robust enough. [[fricas-yank]] sometimes complains that the file does not
258 (define-key fricas-mode-map [(ctrl return)] 'fricas-yank)
936 into the kill-ring. Note that color is preserved, if we yank it into a
993 <<fricas-clear-text-properties>>=
995 "Clears all text properties at pos"
1556 <<fricas-yank>>=
1557 (defun fricas-yank (&optional quiet)
1563 (write-region (car kill-ring-yank-pointer) nil tmp-file)
1611 re-evaluate all the inputs present. In this mode, this is handled by some
1632 <<fricas-yank>>
[all …]
/dports/editors/emacs/emacs-27.2/info/
H A Deintr.info5548 ‘buffer-substring-no-properties’ or ‘filter-buffer-substring’ ..., yet
5695 array. (Arrays are handled by array-specific functions. *Note Arrays:
6617 the ‘kill-append’ and ‘kill-new’ functions how deal with properties
6775 text without its properties; this function is a replacement for the
6776 older ‘buffer-substring’ function, which came before text properties
6814 deal with properties added to the text, such as bold or italics.)
7750 how the list is handled as a ring.)
7790 properties from the inserted text according to
7791yank-excluded-properties’. Otherwise, it is just like ‘insert’. We
13954 Emacs can add properties to a string, such as highlighting or, as in
[all …]
H A Dmessage.info659 (‘message-yank-original’).
663 the message buffer (‘message-yank-buffer’).
1783 ‘message-yank-prefix’
1791 ‘message-yank-cited-prefix’
1796 ‘message-yank-empty-prefix’
1840 you have many such files, handled via Gnus posting styles for
1957 ‘message-strip-special-text-properties
1958 Emacs has a number of special text properties which can break
1960 will strip these properties from the message composition buffer.
1961 However, some packages requires these properties to be present in
[all …]
/dports/lang/emacs-lisp-intro/emacs-lisp-intro-2.04/
H A Demacs-lisp-intro.texi802 @code{yank}
6663 together or construct a list, but not an array. (Arrays are handled
7147 `yank' command.
9353 @findex yank
9375 list is handled as a ring.)
9409 @code{yank} and @code{yank-pop} functions is:
17161 nowadays, Emacs can add properties to a string, such as highlighting
17991 @node rotate-yank-pointer, yank, Kill Ring, Kill Ring
18497 @node yank, yank-pop, rotate-yank-pointer, Kill Ring
18500 @findex yank
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispintro/
H A Demacs-lisp-intro.texi6724 @code{buffer-substring-no-properties} or
6895 together or construct a list, but not an array. (Arrays are handled
7949 ;; 'kill-new' functions how deal with properties
8202 with properties added to the text, such as bold or italics.
8384 properties were implemented.)
8442 how to deal with properties added to the text, such as bold or
8600 which when invoked tells the function how to deal with properties
9878 list is handled as a ring.)
9921 @code{insert-for-yank-1} strips text properties from the inserted text
9922 according to @code{yank-excluded-properties}. Otherwise, it is just
[all …]
/dports/editors/emacs/emacs-27.2/doc/lispintro/
H A Demacs-lisp-intro.texi6789 @code{buffer-substring-no-properties} or
6960 together or construct a list, but not an array. (Arrays are handled
8014 ;; 'kill-new' functions how deal with properties
8267 with properties added to the text, such as bold or italics.
8449 properties were implemented.)
8507 how to deal with properties added to the text, such as bold or
8665 which when invoked tells the function how to deal with properties
9943 list is handled as a ring.)
9986 @code{insert-for-yank-1} strips text properties from the inserted text
9987 according to @code{yank-excluded-properties}. Otherwise, it is just
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Dmessage.texi838 @findex message-yank-original
840 (@code{message-yank-original}).
844 @findex message-yank-buffer
2244 @item message-yank-prefix
2245 @vindex message-yank-prefix
2323 have many such files, handled via Gnus posting styles for instance.
2464 @item message-strip-special-text-properties
2465 @vindex message-strip-special-text-properties
2466 Emacs has a number of special text properties which can break message
2468 these properties from the message composition buffer. However, some
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dmessage.texi806 @findex message-yank-original
808 (@code{message-yank-original}).
812 @findex message-yank-buffer
2176 @item message-yank-prefix
2177 @vindex message-yank-prefix
2252 have many such files, handled via Gnus posting styles for instance.
2393 @item message-strip-special-text-properties
2394 @vindex message-strip-special-text-properties
2395 Emacs has a number of special text properties which can break message
2397 these properties from the message composition buffer. However, some
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.101531 * simple.el (yank-excluded-properties): Expand documentation string.
2753 (cvs-parse-merge): Remove unused var `handled'.
3064 (vc-handled-backends): Add SVN and MCVS.
6561 (yank-excluded-properties): Add yank-handler to list.
9735 * subr.el (remove-yank-excluded-properties): Fix bugs in
13803 This is not a handled operation.
14737 * simple.el (yank-excluded-properties): Change :version attribute
15465 * subr.el (remove-yank-excluded-properties): New helper function.
15468 * simple.el (yank-excluded-properties): Add help-echo to list.
16878 (describe-register-1): Discard text props in yank-excluded-properties.
[all …]
H A DChangeLog.61962 strings are now handled correctly. Delimiters are not added to
2326 * rnewspost.el (news-reply-yank-message-id, news-reply-yank-from):
2728 (yank-pop): Turn on inhibit-read-only.
3764 (outline-reindent-body, outline-yank-processing, outline-yank)
4558 without a key (here allowed) can be handled.
5270 mail-yank-ignored-headers is nil.
6769 CVS is now mostly handled like the other backends.
6995 (yank): Use `yank' as delete-selection property.
7181 (imenu-generic-latex-expression): Vars deleted; now handled by the
7474 * bookmark.el (bookmark-yank-word): Use buffer-substring-no-properties.
[all …]
H A DChangeLog.4883 user-size properties when appropriate.
1834 Call dired-insert-set-properties.
1910 Ignore keyword `mode', since it's already been handled.
2991 Don't touch properties here.
3219 (mouse-yank-at-point): New var.
3220 (mouse-yank-at-click, mouse-yank-secondary): Obey that.
3843 rotate-yank-pointer; set kill-ring-yank-pointer explicitly
5044 Add more menu-enable properties.
6029 (forms--ro-properties): Renamed to `forms--iif-properties'.
6099 for `mode:', since set-auto-mode has already handled it.
[all …]
H A DChangeLog.112983 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3633 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
6138 Bind `vc-handled-backends' to nil when opening files.
6175 (yank-excluded-properties): Change group from editing to killing.
9731 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
9936 properties.
10617 handled by x-dnd-handle-file-name.
11503 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11506 insert-for-yank.
11820 vc-handled-backends instead of vc-master-templates.
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.101531 * simple.el (yank-excluded-properties): Expand documentation string.
2753 (cvs-parse-merge): Remove unused var `handled'.
3064 (vc-handled-backends): Add SVN and MCVS.
6561 (yank-excluded-properties): Add yank-handler to list.
9735 * subr.el (remove-yank-excluded-properties): Fix bugs in
13803 This is not a handled operation.
14737 * simple.el (yank-excluded-properties): Change :version attribute
15465 * subr.el (remove-yank-excluded-properties): New helper function.
15468 * simple.el (yank-excluded-properties): Add help-echo to list.
16878 (describe-register-1): Discard text props in yank-excluded-properties.
[all …]
H A DChangeLog.61962 strings are now handled correctly. Delimiters are not added to
2326 * rnewspost.el (news-reply-yank-message-id, news-reply-yank-from):
2728 (yank-pop): Turn on inhibit-read-only.
3764 (outline-reindent-body, outline-yank-processing, outline-yank)
4558 without a key (here allowed) can be handled.
5270 mail-yank-ignored-headers is nil.
6769 CVS is now mostly handled like the other backends.
6995 (yank): Use `yank' as delete-selection property.
7181 (imenu-generic-latex-expression): Vars deleted; now handled by the
7474 * bookmark.el (bookmark-yank-word): Use buffer-substring-no-properties.
[all …]
H A DChangeLog.4883 user-size properties when appropriate.
1834 Call dired-insert-set-properties.
1910 Ignore keyword `mode', since it's already been handled.
2991 Don't touch properties here.
3219 (mouse-yank-at-point): New var.
3220 (mouse-yank-at-click, mouse-yank-secondary): Obey that.
3843 rotate-yank-pointer; set kill-ring-yank-pointer explicitly
5044 Add more menu-enable properties.
6029 (forms--ro-properties): Renamed to `forms--iif-properties'.
6099 for `mode:', since set-auto-mode has already handled it.
[all …]
H A DChangeLog.112983 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3633 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
6138 Bind `vc-handled-backends' to nil when opening files.
6175 (yank-excluded-properties): Change group from editing to killing.
9731 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
9936 properties.
10617 handled by x-dnd-handle-file-name.
11503 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11506 insert-for-yank.
11820 vc-handled-backends instead of vc-master-templates.
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/
H A DNEWS23 - Make 'shring-yank' recognise screen edges when shrinking or
1846 - Fixed the docstrings of shrink and yank. [Timo Korvola]
2089 basic, as shrink/yank still lacks it.
2407 window is unmapped was not handled by focus modes, but coded
2430 window to shrink, and "yank" commands move the window.
3282 properties
3291 properties
3350 - Many fixes to how maximized windows are handled across session
3671 ConfigureRequest events are handled (fixes bug where menus in Java
4908 * New option to control how the workspace boundary is handled when
[all …]
/dports/devel/bpython/bpython-0.22.1/
H A DCHANGELOG.rst301 * #334: readline command Meta-. for yank last argument. Thanks to Susan
385 * #281: Fixed a crash on error-raising properties
737 * Socket error handled when submitting to a pastebin.
752 * Charles Duffy has added a yank/put thing - C-k and C-y. He also ran the code through some PEP-8 c…
771 PYTHONSTARTUP handled without blowing up on stupid errors (it now parses the

12345678910>>...13