From owner-freebsd-bugs Mon Oct 12 03:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA04281 for freebsd-bugs-outgoing; Mon, 12 Oct 1998 03:30:09 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA04259 for ; Mon, 12 Oct 1998 03:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA03686; Mon, 12 Oct 1998 03:30:01 -0700 (PDT) Received: from isabase.philol.msu.ru (isabase.philol.msu.ru [195.208.217.73]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03699 for ; Mon, 12 Oct 1998 03:20:36 -0700 (PDT) (envelope-from grg@isabase.philol.msu.ru) Received: (from grg@localhost) by isabase.philol.msu.ru (8.8.8/8.8.8) id OAA24599; Mon, 12 Oct 1998 14:17:38 GMT (envelope-from grg) Message-Id: <199810121417.OAA24599@isabase.philol.msu.ru> Date: Mon, 12 Oct 1998 14:17:38 GMT From: Grigoriy Strokin Reply-To: grg@isabase.philol.msu.ru To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/8282: either m4 changequote bug or 'man m4' documentation bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8282 >Category: bin >Synopsis: either m4 changequote bug or 'man m4' documentation bug >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 12 03:30:01 PDT 1998 >Last-Modified: >Originator: Grigoriy Strokin >Organization: Moscow University >Release: FreeBSD 3.0-980520-SNAP i386 >Environment: >Description: m4 'changequote' macro doesn't understand multicharacter symbols for quotes. That is, changequote(<<,>> works identically as changequote(<,>) whereas man m5 says: changequote Defines the quote symbols to be the first and second arguments. The symbols may be up to five characters long . >How-To-Repeat: This command line and program output illustrate the bug: =============================================== $ echo 'changequote(<<,>>) <>'|m4 =============================================== no angle brackets should appear in output, because double angle brackets must be considered quotation symbols >Fix: a) include this problem to BUGS section for 'man m4' b) just fix m4 sources >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message