all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Couple of questions
       [not found] <78a971a0-21d2-429e-9434-c21e9fa239eb@g6g2000pro.googlegroups.com>
@ 2010-07-20  5:44 ` Xah Lee
  0 siblings, 0 replies; only message in thread
From: Xah Lee @ 2010-07-20  5:44 UTC (permalink / raw)
  To: help-gnu-emacs

On Jul 19, 6:10 pm, justareader <kannan...@gmail.com> wrote:
> I am emacs user in Microsoft Windows environment and I am trying to
> find out how to accomplish the following two things in emacs.
>
> First:
> -------
> I use ido with following settings.
> ;;in the .emacs
> (require 'ido)
> (ido-mode t)
> (setq ido-enable-flex-matching t) ;; enable fuzzy matching
>
> The above works great for most of the scenarios except when I try to
> navigate to a UNC share. Ido does not allow me to navigate to a
> network share. Whenever I try //, it puts me on the root directory of
> the drive. For eg. if I am in C:\foo\bar directory and I type //, it
> puts me in C:/.
>
> How do I navigate to an UNC share or find a file / visit a file from
> an UNC share?
>
> Second:
> -----------
> If I am editing a file in emacs and the same file was modified by an
> external program, is there a way emacs can alert me that the file is
> modified outside of emacs and give me an option to reload (if I want
> to)?

here's answer to your second question.

emacs will know if the file is modified outside of emacs. When you
edit the file like typing something, emacs will alert you and give you
options to overwrite or revert.

otherwise, you can always refresh by calling revert-buffer.

Don't know answer to your first questions. Maybe someone in
gnu.emacs.help know the answer.

  Xah
∑ http://xahlee.org/^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-20  5:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <78a971a0-21d2-429e-9434-c21e9fa239eb@g6g2000pro.googlegroups.com>
2010-07-20  5:44 ` Couple of questions Xah Lee

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.