From unknown Sun Jun 22 07:29:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#8156 <8156@debbugs.gnu.org> To: bug#8156 <8156@debbugs.gnu.org> Subject: Status: 24.0.50; doc string of `image-dired-cmd-read-exif-data-options' Reply-To: bug#8156 <8156@debbugs.gnu.org> Date: Sun, 22 Jun 2025 14:29:42 +0000 retitle 8156 24.0.50; doc string of `image-dired-cmd-read-exif-data-options' reassign 8156 emacs submitter 8156 "Drew Adams" severity 8156 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 02 12:30:29 2011 Received: (at submit) by debbugs.gnu.org; 2 Mar 2011 17:30:29 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pupsb-0006Gu-93 for submit@debbugs.gnu.org; Wed, 02 Mar 2011 12:30:29 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PupsZ-00065B-48 for submit@debbugs.gnu.org; Wed, 02 Mar 2011 12:30:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PupsT-0000nk-22 for submit@debbugs.gnu.org; Wed, 02 Mar 2011 12:30:21 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:50072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PupsS-0000ng-WC for submit@debbugs.gnu.org; Wed, 02 Mar 2011 12:30:21 -0500 Received: from [140.186.70.92] (port=60179 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PupsR-0005M9-Qd for bug-gnu-emacs@gnu.org; Wed, 02 Mar 2011 12:30:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PupsQ-0000nP-Ki for bug-gnu-emacs@gnu.org; Wed, 02 Mar 2011 12:30:19 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:40482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PupsQ-0000my-Fa for bug-gnu-emacs@gnu.org; Wed, 02 Mar 2011 12:30:18 -0500 Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p22HUDIo029515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 2 Mar 2011 17:30:14 GMT Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p22HU9G3021709 for ; Wed, 2 Mar 2011 17:30:10 GMT Received: from abhmt017.oracle.com by acsmt355.oracle.com with ESMTP id 1102209951299087006; Wed, 02 Mar 2011 09:30:06 -0800 Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 02 Mar 2011 09:30:05 -0800 From: "Drew Adams" To: Subject: 24.0.50; doc string of `image-dired-cmd-read-exif-data-options' Date: Wed, 2 Mar 2011 09:30:05 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcvY/3h1TzNmE8j7RpSQbxcQGywPYQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4D6E7EA5.00A5,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) I think that there is a typo, and that it should say "Available options are %p which is replaced by `image-dired-cmd-write-exif-data-program',...", not "Available options are %p which is replaced by `image-dired-cmd-write-exif-data-options',...". In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-02-28 on 3249CTO Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.4) --no-opt --cflags -Ic:/imagesupport/include' From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 03 20:40:22 2011 Received: (at 8156-done) by debbugs.gnu.org; 4 Mar 2011 01:40:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvK0E-0002gR-19 for submit@debbugs.gnu.org; Thu, 03 Mar 2011 20:40:22 -0500 Received: from mail-gy0-f172.google.com ([209.85.160.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvK0D-0002gF-4s for 8156-done@debbugs.gnu.org; Thu, 03 Mar 2011 20:40:21 -0500 Received: by gyc15 with SMTP id 15so685394gyc.3 for <8156-done@debbugs.gnu.org>; Thu, 03 Mar 2011 17:40:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=2riKyNgNH0BXsYBKxeSYGM+n2kd046hKnnAp1G3fJOc=; b=kofwuWNqGrjPPZvlH928DO83sQ/dFjOlBk47CNbg90qvbcAfv9FHrAkODkyWN22Qhd GlHIsrht0xgbgXiAazOkjNOT8K5TptivuBqbS/aLxgJJ4Rejh5zFywaCX1nyKcSiFpm9 SWjgnO6i+hpl5uwjJqWVEpObZhq3LBiJN1gC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=hzfO9Jso48AHKndlfowdA/B2XF6rQ491yOYRYxB9ewy/iCZ1Lq/NDxmZk0T/3kQkz0 eLV332SqU/92oFxVY9E7Pl9mDir/nNck2giV4LaGqtQwJcq/pfrNM9xqwMU1Wwrcgn5g iaSUEzPSb2fPMgkaQnXdmONIiASY7uC92Q56E= Received: by 10.146.229.4 with SMTP id b4mr73419yah.1.1299202815534; Thu, 03 Mar 2011 17:40:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.147.35.6 with HTTP; Thu, 3 Mar 2011 17:39:34 -0800 (PST) In-Reply-To: References: From: Juanma Barranquero Date: Fri, 4 Mar 2011 02:39:34 +0100 Message-ID: Subject: Re: bug#8156: 24.0.50; doc string of `image-dired-cmd-read-exif-data-options' To: Drew Adams Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.2 (---) X-Debbugs-Envelope-To: 8156-done Cc: 8156-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.2 (---) > I think that there is a typo, and that it should say "Available options > are %p which is replaced by > `image-dired-cmd-write-exif-data-program',..." Indeed. Fixed, thanks. =C2=A0 =C2=A0 Juanma From unknown Sun Jun 22 07:29:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 01 Apr 2011 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator