Function: hpath:find-noselect

hpath:find-noselect is a byte-compiled function defined in hpath.el.

Signature

(hpath:find-noselect FILENAME)

Documentation

Find but don't display FILENAME.

Use user customizable settings of display program and location. Return the current buffer iff FILENAME is displayed within a buffer (not with an external program), else nil.

See hpath:find documentation for acceptable formats of FILENAME.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defun hpath:find-noselect (filename)
  "Find but don't display FILENAME.
Use user customizable settings of display program and location.
Return the current buffer iff FILENAME is displayed within a
buffer (not with an external program), else nil.

See `hpath:find' documentation for acceptable formats of FILENAME."
  (hpath:find filename nil t))