bugGNU roff - Bugs: bug #51945, [PATCH] pdfpic.tmac: interpolate...

 
 

bug #51945: [PATCH] pdfpic.tmac: interpolate .C register using AT&T-compatible syntax

Submitter:  Bjarni Ingi Gislason <bjarniig>
Submitted:  Tue 05 Sep 2017 11:10:36 AM UTC
   
 
Category:  Macro - others/general Severity:  3 - Normal
Item Group:  Incorrect behaviour Status:  Fixed
Privacy:  Public Assigned to:  gbranden
Open/Closed:  Closed Planned Release:  1.22.4
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 01 Apr 2023 02:53:33 PM UTC, comment #1: 


commit 4328d0964fbb3541f9402e05d45b16716661d457
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
Date:   Sun Oct 22 14:13:43 2017 -0400

    pdfpic: Suppress warning if in compatibility mode.

    When saving the value of compatibility mode, do so using an old-style
    register reference since compatibility mode may not yet be off.

    Fixes Savannah #51945.

    Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
    Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>


(I neglected to use --author to identify Bjarni when committing this 5+ years
ago.)

G. Branden Robinson <gbranden>
Group administrator
Tue 05 Sep 2017 11:10:36 AM UTC, original submission:  


From 7788e3406d6ceafffe13c7dcbc95205718c7ceb3 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Date: Mon, 4 Sep 2017 21:43:44 +0000
Subject: [PATCH] pdfpic.tmac: The first use of register '.C' must be in the
 old style
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

  The first use of register '.C' must be in the old style, "\n(.C", to
work in the compatibility mode ("groff -C").

  Bug since the creation of the file, 28th August 2015, and has thus not been
tested in the repository for 2.0 years.

  The file is used in the initialization (start-up) file "troffrc".

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 tmac/pdfpic.tmac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmac/pdfpic.tmac b/tmac/pdfpic.tmac
index 16ac9e18..3267ea66 100644
--- a/tmac/pdfpic.tmac
+++ b/tmac/pdfpic.tmac
@@ -14,7 +14,7 @@
 .
 .do if d PDFPIC .nx
 .
-.nr _C \n[.C]
+.nr _C \n(.C
 .cp 0
 .
 .de @abort
--
2.14.1


Bjarni Ingi Gislason <bjarniig>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bgarrigues (Updated the item)
  • -email is unavailable- added by gbranden (Updated the item)
  • -email is unavailable- added by bjarniig (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-04-01 gbranden Planned ReleaseNone 1.22.4
        Summary[PATCH] pdfpic.tmac: The first use of register '.C' must be in the old style [PATCH] pdfpic.tmac: interpolate .C register using AT&T-compatible syntax
    2018-07-02 bgarrigues Open/ClosedOpen Closed
    2017-10-22 gbranden StatusIn Progress Fixed
    2017-10-22 gbranden CategoryNone Macro - others/general
        StatusNone In Progress
        Assigned toNone gbranden

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code