all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Robert Thorpe" <rthorpe@realworldtech.com>
Subject: Re: Putting all backup (tilde) files in one directory using xemacs 21.4p6
Date: 22 Jan 2007 09:21:14 -0800	[thread overview]
Message-ID: <1169486474.506326.36740@q2g2000cwa.googlegroups.com> (raw)
In-Reply-To: <mailman.3400.1169427633.2155.help-gnu-emacs@gnu.org>

Kelly Jones wrote:
> Using xemacs 21.4p6, how do I put all backup (tilde) files into a
> single directory, instead of having them saved to the same directory
> as the original file?

This newsgroup is for discussion of GNU Emacs, not XEmacs. Try
comp.emacs.xemacs to get people who know about XEmacs.

That said, I think your problem is that the regexp you've used is just
"." which matches one single letter of any kind, what you probably want
is ".*" which matches a string composed of letters on any kind.

       reply	other threads:[~2007-01-22 17:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3400.1169427633.2155.help-gnu-emacs@gnu.org>
2007-01-22 17:21 ` Robert Thorpe [this message]
2007-01-23  5:42   ` Putting all backup (tilde) files in one directory using xemacs 21.4p6 Kevin Rodgers
2007-01-22  1:00 Kelly Jones

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=1169486474.506326.36740@q2g2000cwa.googlegroups.com \
    --to=rthorpe@realworldtech.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.