all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs backup woes with "b~"
@ 2008-09-06  2:08 Joe
  2008-09-06  4:06 ` Pascal J. Bourguignon
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Joe @ 2008-09-06  2:08 UTC (permalink / raw)
  To: help-gnu-emacs

Hey I can't seem to figure out why emacs is saving files in the form
"b~myfile.adb" in my directories.

I have the following in my .emacs

(setq
 backup-by-copying t
 backup-directory-alist
 '(("." . "~/.emacs.d/.emacs-backups"))
 delete-old-versions t
 kept-new-versions 3
 kept-old-versions 2
 version-control t)

The "b~*" files are created right after I compile.

Thanks,

Joe


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

* Re: Emacs backup woes with "b~"
  2008-09-06  2:08 Emacs backup woes with "b~" Joe
@ 2008-09-06  4:06 ` Pascal J. Bourguignon
  2008-09-06  4:26   ` Joe
  2008-09-06  7:06 ` Eli Zaretskii
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Pascal J. Bourguignon @ 2008-09-06  4:06 UTC (permalink / raw)
  To: help-gnu-emacs

Joe <joesmoe10@gmail.com> writes:

> Hey I can't seem to figure out why emacs is saving files in the form
> "b~myfile.adb" in my directories.
>
> I have the following in my .emacs
>
> (setq
>  backup-by-copying t
>  backup-directory-alist
>  '(("." . "~/.emacs.d/.emacs-backups"))
>  delete-old-versions t
>  kept-new-versions 3
>  kept-old-versions 2
>  version-control t)
>
> The "b~*" files are created right after I compile.

Perhaps you are working on some inferior "OS" from Microsoft, or on some
inferior file system designed by same company?


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

THIS IS A 100% MATTER PRODUCT: In the unlikely event that this
merchandise should contact antimatter in any form, a catastrophic
explosion will result.


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

* Re: Emacs backup woes with "b~"
  2008-09-06  4:06 ` Pascal J. Bourguignon
@ 2008-09-06  4:26   ` Joe
  2008-09-06 10:59     ` Pascal J. Bourguignon
  0 siblings, 1 reply; 7+ messages in thread
From: Joe @ 2008-09-06  4:26 UTC (permalink / raw)
  To: help-gnu-emacs

On Sep 6, 12:06 am, p...@informatimago.com (Pascal J. Bourguignon)
wrote:
> Joe <joesmo...@gmail.com> writes:
> > Hey I can't seem to figure out why emacs is saving files in the form
> > "b~myfile.adb" in my directories.
>
> > I have the following in my .emacs
>
> > (setq
> >  backup-by-copying t
> >  backup-directory-alist
> >  '(("." . "~/.emacs.d/.emacs-backups"))
> >  delete-old-versions t
> >  kept-new-versions 3
> >  kept-old-versions 2
> >  version-control t)
>
> > The "b~*" files are created right after I compile.
>
> Perhaps you are working on some inferior "OS" from Microsoft, or on some
> inferior file system designed by same company?
>
> --
> __Pascal Bourguignon__                    http://www.informatimago.com/
>
> THIS IS A 100% MATTER PRODUCT: In the unlikely event that this
> merchandise should contact antimatter in any form, a catastrophic
> explosion will result.

Nope, Ubuntu 8.04.  Sorry forgot some other stuff.  I'm using emacs
23.0.60.1


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

* Re: Emacs backup woes with "b~"
  2008-09-06  2:08 Emacs backup woes with "b~" Joe
  2008-09-06  4:06 ` Pascal J. Bourguignon
@ 2008-09-06  7:06 ` Eli Zaretskii
  2008-09-06 13:12 ` Allan Gottlieb
       [not found] ` <mailman.18583.1220697061.18990.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2008-09-06  7:06 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Joe <joesmoe10@gmail.com>
> Date: Fri, 5 Sep 2008 19:08:37 -0700 (PDT)
> 
> Hey I can't seem to figure out why emacs is saving files in the form
> "b~myfile.adb" in my directories.
> 
> I have the following in my .emacs
> 
> (setq
>  backup-by-copying t
>  backup-directory-alist
>  '(("." . "~/.emacs.d/.emacs-backups"))
>  delete-old-versions t
>  kept-new-versions 3
>  kept-old-versions 2
>  version-control t)
> 
> The "b~*" files are created right after I compile.

Do you have any real evidence that these files are created by Emacs?




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

* Re: Emacs backup woes with "b~"
  2008-09-06  4:26   ` Joe
@ 2008-09-06 10:59     ` Pascal J. Bourguignon
  0 siblings, 0 replies; 7+ messages in thread
From: Pascal J. Bourguignon @ 2008-09-06 10:59 UTC (permalink / raw)
  To: help-gnu-emacs

Joe <joesmoe10@gmail.com> writes:
>> > The "b~*" files are created right after I compile.
>>
>> Perhaps you are working on some inferior "OS" from Microsoft, or on some
>> inferior file system designed by same company?
>
> Nope, Ubuntu 8.04.  Sorry forgot some other stuff.  I'm using emacs
> 23.0.60.1

What does  df -T  show?

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

READ THIS BEFORE OPENING PACKAGE: According to certain suggested
versions of the Grand Unified Theory, the primary particles
constituting this product may decay to nothingness within the next
four hundred million years.


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

* Re: Emacs backup woes with "b~"
  2008-09-06  2:08 Emacs backup woes with "b~" Joe
  2008-09-06  4:06 ` Pascal J. Bourguignon
  2008-09-06  7:06 ` Eli Zaretskii
@ 2008-09-06 13:12 ` Allan Gottlieb
       [not found] ` <mailman.18583.1220697061.18990.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 7+ messages in thread
From: Allan Gottlieb @ 2008-09-06 13:12 UTC (permalink / raw)
  To: help-gnu-emacs

At Fri, 05 Sep 2008 19:08:37 -0700 (PDT) Joe <joesmoe10@gmail.com> wrote:

> Hey I can't seem to figure out why emacs is saving files in the form
> "b~myfile.adb" in my directories.

Those are not regular emacs backups.  They are produced by the ada
compiler.

allan




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

* Re: Emacs backup woes with "b~"
       [not found] ` <mailman.18583.1220697061.18990.help-gnu-emacs@gnu.org>
@ 2008-09-06 13:31   ` Joe
  0 siblings, 0 replies; 7+ messages in thread
From: Joe @ 2008-09-06 13:31 UTC (permalink / raw)
  To: help-gnu-emacs

On Sep 6, 3:06 am, Eli Zaretskii <e...@gnu.org> wrote:
> > From: Joe <joesmo...@gmail.com>
> > Date: Fri, 5 Sep 2008 19:08:37 -0700 (PDT)
>
> > Hey I can't seem to figure out why emacs is saving files in the form
> > "b~myfile.adb" in my directories.
>
> > I have the following in my .emacs
>
> > (setq
> >  backup-by-copying t
> >  backup-directory-alist
> >  '(("." . "~/.emacs.d/.emacs-backups"))
> >  delete-old-versions t
> >  kept-new-versions 3
> >  kept-old-versions 2
> >  version-control t)
>
> > The "b~*" files are created right after I compile.
>
> Do you have any real evidence that these files are created by Emacs?

No, just found out that these files are from the gnat ada compiler for
debugging use.  The default emacs build command for ada includes the -
g switch which generates debugging info.  To turn it off:

(setq ada-prj-default-gnatmake-opt "")

with whatever switches you want in the quotes.


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

end of thread, other threads:[~2008-09-06 13:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-06  2:08 Emacs backup woes with "b~" Joe
2008-09-06  4:06 ` Pascal J. Bourguignon
2008-09-06  4:26   ` Joe
2008-09-06 10:59     ` Pascal J. Bourguignon
2008-09-06  7:06 ` Eli Zaretskii
2008-09-06 13:12 ` Allan Gottlieb
     [not found] ` <mailman.18583.1220697061.18990.help-gnu-emacs@gnu.org>
2008-09-06 13:31   ` Joe

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.