all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* backup-by-copying-when-linked per dir?
@ 2009-03-25 13:49 Neal Becker
  2009-03-25 16:09 ` Stefan Monnier
  0 siblings, 1 reply; 10+ messages in thread
From: Neal Becker @ 2009-03-25 13:49 UTC (permalink / raw)
  To: emacs-devel

Can backup-by-copying-when-linked somehow be set on a per directory basis?






^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: backup-by-copying-when-linked per dir?
  2009-03-25 13:49 backup-by-copying-when-linked per dir? Neal Becker
@ 2009-03-25 16:09 ` Stefan Monnier
  2009-03-25 17:44   ` Neal Becker
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Monnier @ 2009-03-25 16:09 UTC (permalink / raw)
  To: Neal Becker; +Cc: emacs-devel

> Can backup-by-copying-when-linked somehow be set on a per directory basis?

You should be able to use the .dir-settings.el file for that.


        Stefan




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: backup-by-copying-when-linked per dir?
  2009-03-25 16:09 ` Stefan Monnier
@ 2009-03-25 17:44   ` Neal Becker
  2009-03-25 18:13     ` Leo
  0 siblings, 1 reply; 10+ messages in thread
From: Neal Becker @ 2009-03-25 17:44 UTC (permalink / raw)
  To: emacs-devel

>Stefan Monnier wrote:

>> Can backup-by-copying-when-linked somehow be set on a per directory
>> basis?
> 
> You should be able to use the .dir-settings.el file for that.
> 
> 
>         Stefan

I can't find any info on .dir-settings.el.  Hints?






^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: backup-by-copying-when-linked per dir?
  2009-03-25 17:44   ` Neal Becker
@ 2009-03-25 18:13     ` Leo
  2009-03-25 18:20       ` Neal Becker
  0 siblings, 1 reply; 10+ messages in thread
From: Leo @ 2009-03-25 18:13 UTC (permalink / raw)
  To: emacs-devel


> I can't find any info on .dir-settings.el.  Hints?

It is in the elisp manual.

-- 
.:  Leo  :.  [ sdl.web AT gmail.com ]  .: I use Emacs :.

               www.git-scm.com
    git - the one true version control system





^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: backup-by-copying-when-linked per dir?
  2009-03-25 18:13     ` Leo
@ 2009-03-25 18:20       ` Neal Becker
  2009-03-25 18:52         ` Stefan Monnier
  0 siblings, 1 reply; 10+ messages in thread
From: Neal Becker @ 2009-03-25 18:20 UTC (permalink / raw)
  To: emacs-devel

Leo wrote:

> 
>> I can't find any info on .dir-settings.el.  Hints?
> 
> It is in the elisp manual.
> 

This is emacs-23.0.91.

I found .dir-locals.el.

I cannot find .dir-settings in any emacs lisp code under emacs-23.0.91, nor 
in the installed elisp manual (goto to top elisp manual, hit 's' enter dir-
settings).






^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: backup-by-copying-when-linked per dir?
  2009-03-25 18:20       ` Neal Becker
@ 2009-03-25 18:52         ` Stefan Monnier
  2009-03-25 18:55           ` Neal Becker
                             ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Stefan Monnier @ 2009-03-25 18:52 UTC (permalink / raw)
  To: Neal Becker; +Cc: emacs-devel

> This is emacs-23.0.91.

This doesn't exist any more.  Upgrade,


        Stefan




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: backup-by-copying-when-linked per dir?
  2009-03-25 18:52         ` Stefan Monnier
@ 2009-03-25 18:55           ` Neal Becker
  2009-03-25 20:57             ` Stefan Monnier
  2009-03-25 18:57           ` Sven Joachim
  2009-03-26  2:04           ` Stephen J. Turnbull
  2 siblings, 1 reply; 10+ messages in thread
From: Neal Becker @ 2009-03-25 18:55 UTC (permalink / raw)
  To: emacs-devel

Stefan Monnier wrote:

>> This is emacs-23.0.91.
> 
> This doesn't exist any more.  Upgrade,
> 
> 
>         Stefan

23.0.91 is the latest here:
http://alpha.gnu.org/gnu/emacs/pretest/

What do you mean?






^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: backup-by-copying-when-linked per dir?
  2009-03-25 18:52         ` Stefan Monnier
  2009-03-25 18:55           ` Neal Becker
@ 2009-03-25 18:57           ` Sven Joachim
  2009-03-26  2:04           ` Stephen J. Turnbull
  2 siblings, 0 replies; 10+ messages in thread
From: Sven Joachim @ 2009-03-25 18:57 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Neal Becker, emacs-devel

On 2009-03-25 19:52 +0100, Stefan Monnier wrote:

>> This is emacs-23.0.91.
>
> This doesn't exist any more.

Your User-Agent string suggests otherwise. ;-)

> Upgrade,

Huh, is there any newer version than 23.0.91?

Sven




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: backup-by-copying-when-linked per dir?
  2009-03-25 18:55           ` Neal Becker
@ 2009-03-25 20:57             ` Stefan Monnier
  0 siblings, 0 replies; 10+ messages in thread
From: Stefan Monnier @ 2009-03-25 20:57 UTC (permalink / raw)
  To: Neal Becker; +Cc: emacs-devel

>>> This is emacs-23.0.91.
>> This doesn't exist any more.  Upgrade,

> 23.0.91 is the latest here:
> http://alpha.gnu.org/gnu/emacs/pretest/

> What do you mean?

Sorry, it got sent before I got to write the smiley.


        Stefan




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: backup-by-copying-when-linked per dir?
  2009-03-25 18:52         ` Stefan Monnier
  2009-03-25 18:55           ` Neal Becker
  2009-03-25 18:57           ` Sven Joachim
@ 2009-03-26  2:04           ` Stephen J. Turnbull
  2 siblings, 0 replies; 10+ messages in thread
From: Stephen J. Turnbull @ 2009-03-26  2:04 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Neal Becker, emacs-devel

Stefan Monnier writes:

 > > This is emacs-23.0.91.
 > 
 > This doesn't exist any more.  Upgrade,

IIRC Neal is a Pythonista, and therefore is used to a dfferent kind of
anachronism: ie, bugs being fixed before they get reported.  Be gentle.

Oh, yeah, I almost forgot: <wink>




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-03-26  2:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-25 13:49 backup-by-copying-when-linked per dir? Neal Becker
2009-03-25 16:09 ` Stefan Monnier
2009-03-25 17:44   ` Neal Becker
2009-03-25 18:13     ` Leo
2009-03-25 18:20       ` Neal Becker
2009-03-25 18:52         ` Stefan Monnier
2009-03-25 18:55           ` Neal Becker
2009-03-25 20:57             ` Stefan Monnier
2009-03-25 18:57           ` Sven Joachim
2009-03-26  2:04           ` Stephen J. Turnbull

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.