unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17628: Strange output from C-x v =
@ 2014-05-29 10:45 Richard Stallman
  2014-05-29 16:20 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2014-05-29 10:45 UTC (permalink / raw)
  To: 17628

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

I was editing gnu.org/licenses/license-list.html and had made the two
changes shown below.  The strangeness is, why does it output
"No changes between working revision and workfile." before
showing the differences between them?

No changes between working revision and workfile.
Index: license-list.html
===================================================================
RCS file: /web/www/www/licenses/license-list.html,v
retrieving revision 1.403
diff -c -r1.403 license-list.html
*** license-list.html	15 May 2014 06:03:29 -0000	1.403
--- license-list.html	29 May 2014 08:50:58 -0000
***************
*** 1889,1894 ****
--- 1889,1903 ----
  not sure of that might also be problematic.</p></dd>
  
  
+ <dt><a id="PPL" href="http://directory.fsf.org/wiki/License:PPL">Peer-Production License</a>
+     <span class="anchor-reference-id">(<a href="#PPL">#PPL</a>)</span></dt>
+ <dd>
+ <p>The Peer-Production License is not a free software license because
+ it restricts who can use the program and how.  It has several
+ provisions designed specially for artistic performances, and we would
+ not object to its use in the domain of art, but it should not be used
+ for software or other works that ought to be free.</p></dd>
+ 
  <dt><a id="PINE" href="http://directory.fsf.org/wiki/License:PINE">License of PINE</a>
      <span class="anchor-reference-id">(<a href="#PINE">#PINE</a>)</span></dt>
  <dd>
***************
*** 2406,2417 ****
      <span class="anchor-reference-id">
         (<a href="#ccbynd">#ccbynd</a>)</span></dt>
  
! <dd><p>This is the license used throughout the FSF web site.  This
! license provides much the same permissions as our verbatim copying
! license, but it's much more detailed.  We particularly recommend
! it for audio and/or video works of opinion.
! Please <a href="#which-cc">be specific about which Creative
! Commons license is being used</a>.</p></dd>
  
  </dl> <!-- end class="blue" -->
  
--- 2415,2426 ----
      <span class="anchor-reference-id">
         (<a href="#ccbynd">#ccbynd</a>)</span></dt>
  
! <dd><p>This is the license used throughout the GNU and FSF web sites.
! This license provides much the same permissions as our verbatim
! copying license, but it's much more detailed.  We particularly
! recommend it for audio and/or video works of opinion.
! Please <a href="#which-cc">be specific about which Creative Commons
! license is being used</a>.</p></dd>
  
  </dl> <!-- end class="blue" -->
  

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use Ekiga or an ordinary phone call.






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

* bug#17628: Strange output from C-x v =
  2014-05-29 10:45 bug#17628: Strange output from C-x v = Richard Stallman
@ 2014-05-29 16:20 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2014-05-29 16:20 UTC (permalink / raw)
  To: rms; +Cc: 17628

Richard Stallman wrote:

> changes shown below.  The strangeness is, why does it output
> "No changes between working revision and workfile." before
> showing the differences between them?

It doesn't do that for me.
Looking at vc-diff-internal shows that message comes from:

    (if (and (zerop (buffer-size))
             (not (get-buffer-process (current-buffer))))
        ;; Treat this case specially so as not to pop the buffer.
        (progn
          (message "%s" (cdr messages))
          nil)

so I'm going to guess that this is just a manifestation of the same
process-handling-related issue you have been seeing with epg.
Emacs mistakenly thinks the process has exited before it has had a
chance to return anything.





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

end of thread, other threads:[~2014-05-29 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29 10:45 bug#17628: Strange output from C-x v = Richard Stallman
2014-05-29 16:20 ` Glenn Morris

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).