Searched +refs:line +refs:move +refs:invisible (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.uwin161 #%line of the table,
182 #%to line up nicely.
218 generic_type gn bool gn - - YB-G- generic line type
221 has_status_line hs bool hs - - YB-G- has extra status line
225 move_insert_mode mir bool mi - - YBCGE safe to move while in insert mode
226 move_standout_mode msgr bool ms - - YBCGE safe to move while in standout mode
228 status_line_esc_ok eslok bool es - - YB-G- escape can be used on the status line
255 columns cols num co - - YBCGE number of columns in a line
258 lines_of_memory lm num lm - - YB-G- lines of memory if > line. 0 means varies
262 width_status_line wsl num ws - - YB-G- number of columns in status line
[all...]
H A DCaps.keys163 #%line of the table,
184 #%to line up nicely.
220 generic_type gn bool gn - - YB-G- generic line type
223 has_status_line hs bool hs - - YB-G- has extra status line
227 move_insert_mode mir bool mi - - YBCGE safe to move while in insert mode
228 move_standout_mode msgr bool ms - - YBCGE safe to move while in standout mode
230 status_line_esc_ok eslok bool es - - YB-G- escape can be used on the status line
250 lpi_changes_res lpix bool YG - - ----- changing line pitch changes resolution
264 columns cols num co - - YBCGE number of columns in a line
267 lines_of_memory lm num lm - - YB-G- lines of memory if > line
[all...]
H A DCaps.aix4161 #%line of the table,
182 #%to line up nicely.
218 generic_type gn bool gn - - YB-G- generic line type
221 has_status_line hs bool hs - - YB-G- has extra status line
225 move_insert_mode mir bool mi - - YBCGE safe to move while in insert mode
226 move_standout_mode msgr bool ms - - YBCGE safe to move while in standout mode
228 status_line_esc_ok eslok bool es - - YB-G- escape can be used on the status line
248 lpi_changes_res lpix bool YG - - ----- changing line pitch changes resolution
262 columns cols num co - - YBCGE number of columns in a line
265 lines_of_memory lm num lm - - YB-G- lines of memory if > line
[all...]
H A DCaps161 #%line of the table,
182 #%to line up nicely.
218 generic_type gn bool gn - - YB-G- generic line type
221 has_status_line hs bool hs - - YB-G- has extra status line
225 move_insert_mode mir bool mi - - YBCGE safe to move while in insert mode
226 move_standout_mode msgr bool ms - - YBCGE safe to move while in standout mode
228 status_line_esc_ok eslok bool es - - YB-G- escape can be used on the status line
248 lpi_changes_res lpix bool YG - - ----- changing line pitch changes resolution
262 columns cols num co - - YBCGE number of columns in a line
265 lines_of_memory lm num lm - - YB-G- lines of memory if > line
[all...]
H A DCaps.hpux11161 #%line of the table,
182 #%to line up nicely.
218 generic_type gn bool gn - - YB-G- generic line type
221 has_status_line hs bool hs - - YB-G- has extra status line
225 move_insert_mode mir bool mi - - YBCGE safe to move while in insert mode
226 move_standout_mode msgr bool ms - - YBCGE safe to move while in standout mode
228 status_line_esc_ok eslok bool es - - YB-G- escape can be used on the status line
249 lpi_changes_res lpix bool YG - - ----- changing line pitch changes resolution
263 columns cols num co - - YBCGE number of columns in a line
266 lines_of_memory lm num lm - - YB-G- lines of memory if > line
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el146 (defcustom org-insert-mode-line-in-empty-file nil
147 "Non-nil means insert the first line setting Org-mode in empty files.
151 line enforcing Org-mode will be inserted into the buffer, if this option
275 been invisible before. When this is set, the hierarchy of headings
310 been invisible before. When this is set, the heading following the
338 been invisible before. When this is set, the sibling of the current entry
374 C-u TAB. For this special case to work, the first line of the buffer
394 (const :tag "Before first char in a line" whitestart)
435 decreased by one in a promotion command. If any line in the entry
442 "Should `org-insert-heading' leave a blank line befor
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-art.el249 (defcustom gnus-hidden-properties '(invisible t intangible t)
667 beginning of a line."
671 (defcustom gnus-article-mode-line-format "Gnus: %g [%w] %S%m"
672 "*The format specification for the article mode line.
673 See `gnus-summary-mode-line-format' for a closer description.
1250 "Strip the X-No-Archive header line from the beginning of the body.
1617 (defvar gnus-article-mode-line-format-alist
1620 gnus-summary-mode-line-format-alist))
1708 (end-of-line)
1717 (defun gnus-article-delete-invisible
[all...]
H A Dgnus-sum.el49 (autoload 'gnus-pick-line-number "gnus-salt" nil t)
74 of old headers will be fetched. If it has the value `invisible', all
82 (const invisible)
329 first subject), `unread' (place point on the subject line of the first
330 unread article), `best' (place point on the subject line of the
331 higest-scored article), `unseen' (place point on the subject line of
333 line of the first unseen article or, if all article have been seen, on the
334 subject line of the first unread article), or a function to be called to
335 place point on some subject line."
389 The \"unread\" movement commands will stay on the same line i
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dreplace.el547 and REND. (A newline ending a line counts as part of that line.)
571 (forward-line 0))
578 (forward-line 0))
584 (or (bolp) (forward-line 1))
590 (if (not (re-search-forward regexp rend 'move))
593 (forward-line 0)
599 (setq start (save-excursion (forward-line 1) (point)))
612 The line point is in is deleted if and only if it contains a
630 starting on the same line a
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm85 "Use of '$old' is deprecated at $caller[1] line $caller[2]. Use '$new' instead\n";
688 # we pass. Used by copy() and move().
727 sub move { subroutine
729 $class->_carp("move() is deprecated. If you really need it, "
731 return $old_obj->_croak("Can't move to an unrelated class")
1219 # Foo can't load Bar: Bar can't load Baz: syntax error at line ...
1752 =head2 move
1754 my $new_obj = Sub::Class->move($old_obj);
1755 my $new_obj = Sub::Class->move($old_obj, $new_id);
1756 my $new_obj = Sub::Class->move(
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm72 "Use of '$old' is deprecated at $caller[1] line $caller[2]. Use '$new' instead\n";
676 # we pass. Used by copy() and move().
721 sub move { subroutine
723 $class->_carp("move() is deprecated. If you really need it, "
725 return $old_obj->_croak("Can't move to an unrelated class")
1234 # Foo can't load Bar: Bar can't load Baz: syntax error at line ...
1753 =head2 move
1755 my $new_obj = Sub::Class->move($old_obj);
1756 my $new_obj = Sub::Class->move($old_obj, $new_id);
1757 my $new_obj = Sub::Class->move(
[all...]

Completed in 139 milliseconds