unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Colin Baxter <m43cap@yandex.com>
Cc: emacs-devel@gnu.org
Subject: Re: gpg encryption warning
Date: Fri, 22 Apr 2016 15:10:30 +0200	[thread overview]
Message-ID: <571A22C6.4010906@gmx.at> (raw)
In-Reply-To: <878u053kij.fsf@yandex.com>

 > If it helps, I can confirm that I get no error message is I edit and
 > then save (encrypt)

When you do that (I hardly ever encrypt) do you have to re-enter the password?

 > a gpg file that's in an un-encrypted buffer. The
 > issue seems to be only with first-time encryption.
 >
 > Emacs bisection is new to me and I'd have to be "talked through it"; you may,
 > understandably, not want to entrust a newbe with that job.

It's a trivial job, all you need is a fairly fast machine (one that does
a reasonable complex "make" of emacs in less than 10 minutes, preferably
muss less.  In the directory where you git pull emacs you'd simply have
to do

git bisect start
git bisect bad
git bisect good ...

where ... stands for the hash of the version that works (probably
24.5.1).  Then "make" emacs as you usually do and if the result is good
mark it as good via

git bisect good

and if it's bad as

git bisect bad

One description of git bisect is this

https://git-scm.com/docs/git-bisect

but there might be better ones.

One caveat: Often a specific commit breaks building emacs and then you
have to skip this commit and usually go back until you find one that
builds.

I don't bisect more often than once in a month because on my machine it
usually takes me half a day to finish.

martin, who doesn't want to talk you into it ;-)



  reply	other threads:[~2016-04-22 13:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-18 10:54 gpg encryption warning Colin Baxter
2016-04-20 13:48 ` martin rudalics
2016-04-20 15:20   ` Colin Baxter
2016-04-21  9:15     ` martin rudalics
2016-04-22 12:17       ` Colin Baxter
2016-04-22 13:10         ` martin rudalics [this message]
2016-04-22 14:03           ` Yuri Khan
2016-04-24 20:01           ` Colin Baxter
2016-05-08 19:06           ` Colin Baxter
  -- strict thread matches above, loose matches on Subject: below --
2016-04-18 12:03 Colin Baxter

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=571A22C6.4010906@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@gnu.org \
    --cc=m43cap@yandex.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).