Searched refs:bolp (Results 101 - 125 of 164) sorted by relevance

1234567

/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dlisp-mode.el1214 (and (bolp) (not (eolp))
1305 (or (bolp)
H A Delint.el711 (or (bolp) (newline))
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-mime.el861 (unless (bolp) (insert "\n"))
902 (unless (bolp) (insert "\n"))
H A Dmh-search.el527 (cond ((and (bolp) (eolp))
1063 (when (or (eobp) (and (bolp) (eolp)))
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Df90.el1016 (bolp)))
1020 (max (if (bolp) 0 (1+ (current-column))) comment-column)))))
H A Dgud.el2517 (or (bolp) (newline))
2769 (if (bolp) 1 0)))
2785 (if (bolp) 1 0)))
H A Dcompile.el1438 (if (bolp)
1632 (if (bolp)
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dtable.el2413 (unless (bolp) (forward-char -1))
4031 (if (and (not (bolp))
4219 (unless (bolp) (forward-char -1))
4260 (unless (bolp) (forward-char -1))
4571 (or (bolp) (newline 1))
4868 (unless (bolp) (insert ?\n))))
4872 (if (and (bolp)
5215 (or (bolp) (insert ?\n))
H A Dtex-mode.el1335 (unless (bolp) '\n)
1357 (save-excursion (skip-chars-backward "^\n%") (not (bolp)))))
2400 (and virtual (save-excursion (skip-chars-backward " \t&") (bolp))
2441 (bolp))))
H A Dorg.el3588 (+ (if (bolp) 1 0) (count-lines 1 (point)))))
4476 ((and (org-on-heading-p) (bolp)
4479 ((and (bolp) (save-excursion
4721 (bolp)))
4835 (if (not (bolp)) (insert "\n"))
5546 (or (bolp) (insert "\n"))
5840 (if (bolp) (backward-char 1) (end-of-line 1))
5866 (or (bolp) (newline))
6228 (save-excursion (skip-chars-backward " \t") (bolp)))
8788 (or (bolp) (inser
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dallout.el2464 (while (and (not (bobp)) (or (not (bolp)) (allout-hidden-p)))
2466 (if (or (allout-hidden-p) (not (bolp)))
3716 (if (bolp)
3751 (or (not (bolp))
3753 ;; bolp doesnt detect concealed
4298 (not (bolp))
4484 (into-bol (bolp))
H A Dcus-edit.el4297 (unless (bolp)
4333 (unless (bolp)
4349 (if (bolp)
4373 (unless (bolp)
4391 (unless (bolp)
4404 (if (bolp)
H A Dpcvs.el512 (unless (bolp) (let ((inhibit-read-only t)) (insert "\n")))
825 (when (bolp) (cvs-move-to-goal-column))
1973 (unless (bolp) (insert "\n"))
H A Dadd-log.el341 (unless (save-restriction (widen) (bolp))
947 (and (bolp)
H A Dapropos.el997 (or (bolp) (terpri)))))
H A Dedmacro.el351 (if (bolp)
H A Dhexl.el230 (or (bolp) (setq original-point (1- original-point))))
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-art.el3237 (not (bolp)))
4883 (unless (bolp)
4893 (setq e (if (bolp)
4984 (unless (bolp)
5093 (cond ((not (bolp)) 2)
7227 'link b (if (bolp)
7259 'link b (if (bolp)
7592 (unless (bolp)
7604 (setq e (if (bolp)
7629 (unless (bolp)
[all...]
H A Dmml2015.el554 (unless (bolp)
H A Dnnrss.el262 (unless (bolp)
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Ddiary-lib.el525 (unless (and (eobp) (not (bolp)))
1760 (if (bolp) "" "\n")
H A Dtimeclock.el661 (if (not (bolp))
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-sel.el347 (if (bolp) 1 0))
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Dem-hist.el888 (if (and (not (bolp))
H A Desh-mode.el604 (or (bolp)

Completed in 509 milliseconds

1234567