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

Lines Matching +defs:save +defs:point

31 ;; Locator) from the minibuffer, defaulting to the URL around point,
76 ;; has a function w3-follow-url-at-point, but that
130 ;; To display the URL at or before point:
131 ;; M-x browse-url-at-point RET
160 ;; (global-set-key "\C-c\C-z." 'browse-url-at-point)
181 ;; To always save modified buffers before displaying the file in a browser:
182 ;; (setq browse-url-save-file t)
194 ;; (save-buffer))
239 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
487 (defcustom browse-url-save-file nil
488 "*If non-nil, save the buffer before displaying its file.
618 (defun browse-url-url-at-point ()
619 (let ((url (thing-at-point 'url)))
631 point. If invoked with a mouse button, it moves point to the
637 (and (listp event) (mouse-set-point event)))
644 (browse-url-url-at-point)))
672 (save-excursion
675 (browse-url-save-file (save-buffer))
676 (t (message "%s modified since last save" file))))))
707 (save-excursion
711 (and (= (- (point-max) (point-min)) (buffer-size))
723 (write-region (point-min) (point-max) file-name nil 'no-message)))
745 (save-excursion
746 (save-restriction
758 Prompts for a URL, defaulting to the URL at or before point. Variable
782 (defun browse-url-at-point (&optional arg)
783 "Ask a WWW browser to load the URL at or before point.
787 (let ((url (browse-url-url-at-point)))
798 but point is not changed. Doesn't let you edit the URL like
802 (save-excursion
803 (mouse-set-point event)
806 (browse-url-at-point)))
852 Default to the URL around or before point.
885 Default to the URL around or before point. The strings in variable
959 Default to the URL around or before point. The strings in variable
1012 Default to the URL around or before point. The strings in
1077 Default to the URL around or before point. The strings in variable
1126 Default to the URL around or before point. The strings in variable
1176 Default to the URL around or before point. The strings in variable
1202 Default to the URL around or before point. The strings in variable
1218 (save-excursion
1220 (goto-char (point-min))
1224 (save-excursion
1231 (save-buffer)
1256 Default to the URL around or before point. Runs the program in the
1260 (save-excursion
1274 Default to the URL around or before point.
1306 Default to the URL around or before point."
1316 Default to the URL around or before point.
1335 `browse-url-gnudoit-args'. Default to the URL around or before point."
1349 Default to the URL around or before point. A new Lynx process is run
1362 Default to the URL around or before point. With a prefix argument, run
1428 Default to the URL around or before point."
1431 (save-excursion
1449 Default to using the mailto: URL around or before point as the
1462 (save-excursion
1488 Default to the URL around or before point. A fresh copy of the
1502 Default to the URL around or before point."