From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 08 02:46:35 2012 Received: (at submit) by debbugs.gnu.org; 8 Jun 2012 06:46:35 +0000 Received: from localhost ([127.0.0.1]:34278 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Scsxt-0007wQ-78 for submit@debbugs.gnu.org; Fri, 08 Jun 2012 02:46:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42004) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1ScsxW-0007vj-SF for submit@debbugs.gnu.org; Fri, 08 Jun 2012 02:46:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScsvC-00033O-Dm for submit@debbugs.gnu.org; Fri, 08 Jun 2012 02:43:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:60846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScsvC-00033J-81 for submit@debbugs.gnu.org; Fri, 08 Jun 2012 02:43:46 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScsvA-0000GF-Lx for bug-gnu-emacs@gnu.org; Fri, 08 Jun 2012 02:43:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Scsv8-000332-Sa for bug-gnu-emacs@gnu.org; Fri, 08 Jun 2012 02:43:44 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:38581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Scsv8-00032v-JE for bug-gnu-emacs@gnu.org; Fri, 08 Jun 2012 02:43:42 -0400 Received: by dakp5 with SMTP id p5so2108642dak.0 for ; Thu, 07 Jun 2012 23:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=p2QIkSj/KGyrQ84axh15swHjc+XV1Mx47rgQ5zns4Ck=; b=JnpL5PV6qx1/05e5S5W6cSgrtAuhPP5CYXOxMLkzmNSPsE3OthzNQtZzn6Bqalrd8/ yJ83qupM2H09lMllGB03dkkwae2GjfVtxNbaIshAND8fdbZmxD8TPEPwz2jipjVEqMDG IARkNFL/btjbD7DJnyrIVnl9Xf4uEH1iQYOOtAHZWEW5Ir+KWiq5nCE6etfMwwE1VdhS dz4AUpGU1kTwgogtvxPDv68kLU8aBP+DTmfQCWFIRS+jkij8S37sRGEhMeYqPqwvkta+ ZUD9BMFr/fUQ0K/00zAPmEd4JTjIXp5WQiGUci2CnG/D9S7aspM/Fv+AbY0t9UOl2mM3 iPfg== Received: by 10.68.200.197 with SMTP id ju5mr17939603pbc.19.1339137819558; Thu, 07 Jun 2012 23:43:39 -0700 (PDT) Received: from localhost ([119.255.41.67]) by mx.google.com with ESMTPS id py5sm6830510pbb.1.2012.06.07.23.43.36 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Jun 2012 23:43:38 -0700 (PDT) From: Leo To: bug-gnu-emacs@gnu.org Subject: 24.1; hs-hide-all infinite loop Date: Fri, 08 Jun 2012 14:43:26 +0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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.1 (------) --=-=-= Content-Type: text/plain 1. Emacs -q 2. C-x C-f the attached file 3. M-x hs-hide-all Leo --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=k.m Content-Description: k.m // -*- mode: objc; mode: hs-minor; -*- 12 /* * It may not always be necessary for an application to scan all the * way to the edges of the image. By cropping the scan area, you can * get most of the benefits of reduced resolution without sacrificing * the minimum feature size. Cropping will also not affect image * noise, but similar to decreasing the resolution, it does affect the * maximum size barcode that can be scanned. * * For all cases you set the crop rectangle scanCrop property. Note * that the rectangle provided to the controller is normalized across * image size and rotation. This means that the coordinates range from * 0 to 1 and the axes will be arranged such that the x-axis of the * crop rectangle corresponds to the major (longer) image axis. * * Your interface will typically need to indicate the cropped scan * area to the user with visual queues. Use the cameraOverlayView to * provide this. * * By default, the ZBarReaderView recognizes a pinch gesture to * digitally zoom the preview around the center of the image. This * zoom does not affect the resolution of the image, but it does crop * the scan region to the visible area. You can also disable the pinch * gesture and set the zoom programmatically. * */ --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 08 00:59:22 2012 Received: (at control) by debbugs.gnu.org; 8 Jul 2012 04:59:22 +0000 Received: from localhost ([127.0.0.1]:55783 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Snjac-00083e-8v for submit@debbugs.gnu.org; Sun, 08 Jul 2012 00:59:22 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:59221) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Snjaa-00083X-Tt for control@debbugs.gnu.org; Sun, 08 Jul 2012 00:59:21 -0400 Received: from cm162.gamma80.maxonline.com.sg ([202.156.80.162]:54568 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SnjVc-0003Xy-Hr for control@debbugs.gnu.org; Sun, 08 Jul 2012 00:54:13 -0400 From: Chong Yidong To: control@debbugs.gnu.org Subject: forcemerge 10496 11648 Date: Sun, 08 Jul 2012 12:54:08 +0800 Message-ID: <87y5mukg3z.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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.9 (------) unarchive 10496 forcemerge 10496 11648 thanks From unknown Sat Sep 06 02:32:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 05 Aug 2012 11:24:03 +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