all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Herb Martin" <news@LearnQuick.com>
Subject: Re: My gnuServer notes on Win2000
Date: Sun, 10 Aug 2003 13:53:30 GMT	[thread overview]
Message-ID: <u7sZa.154982$XV.8233814@twister.austin.rr.com> (raw)
In-Reply-To: uadahd5n1.fsf@rempe-online.de

This fellow has a good article on it -- sort of a much better
version of my previous post (neat, formatted, more tips,
more code, etc.):

>  David Vanderschel
> http://www.math.auc.dk/~dethlef/Tips/gnuserv.txt

The trick on focus is "gnuClientW -f"  the -f bring the window
to the front with focus.

I added this BEFORE my "for...in...do..." loop so Emacs come
front, the files load as I watch -- and if there are no files in the
pattern, it just comes first.  (He put %1 in there statically and so
when there is NO %1, it makes a %1 buffer.  The for loop
covers a lot of little 'gotchas' in windows.)

@D:\Programs\emacs\bin\gnuclientw -f
@for %%a in (%*) do @echo %%a & @D:\Programs\emacs\bin\gnuclientw %%a

I add very little to the path -- if there is ONE (or two) files in a
directory,
the above batch pattern works great -- put THAT in your "bat" or "util"
directory, with either the same name as the program or a "short nickname."

David V. like Winkey from Copernic.Com and so do I -- WinKey-x is
now the quickkey for bringing Emacs front, or starting it if necessary (it's
got the full path to gnuclient -f

I try to avoid the built-in WinKeys:
  Windows Key + D:  Show Desktop*
  Windows Key + E:  Windows Explorer
  Windows Key + F:  Find Files or Folders...
  Windows Key + M:  Minimize All Windows
  Windows Key + Shift+M: Undo Minimize All
  Windows Key + R:  Run...
  Windows Key + Tab: Select Task
  Windows Key + Break: System Properties
  Windows Key + F1:  Windows Help

  reply	other threads:[~2003-08-10 13:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-10 12:36 My gnuServer notes on Win2000 Herb Martin
2003-08-10 13:05 ` Matthias Rempe
2003-08-10 13:53   ` Herb Martin [this message]
2003-08-12 21:08 ` kgold
2003-08-13  1:04   ` Herb Martin

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='u7sZa.154982$XV.8233814@twister.austin.rr.com' \
    --to=news@learnquick.com \
    /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.