all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: justareader <kannansid@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Couple of question on emacs
Date: Fri, 9 Jul 2010 21:13:22 -0700 (PDT)	[thread overview]
Message-ID: <5b33b5c5-20d2-45d9-abdd-7527d1a27fe4@e29g2000prn.googlegroups.com> (raw)

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)?

Thanks in advance for your help


                 reply	other threads:[~2010-07-10  4:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5b33b5c5-20d2-45d9-abdd-7527d1a27fe4@e29g2000prn.googlegroups.com \
    --to=kannansid@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.