From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: face-remapping-alist client code Date: Mon, 2 Jun 2008 11:42:12 +0100 Message-ID: <432DB38C-CBB2-4616-838A-EA2D64C5ACF1@gmail.com> References: <611w3gcesf.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212403386 1960 80.91.229.12 (2 Jun 2008 10:43:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Jun 2008 10:43:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 02 12:43:48 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K37Vt-0005FH-6g for ged-emacs-devel@m.gmane.org; Mon, 02 Jun 2008 12:43:41 +0200 Original-Received: from localhost ([127.0.0.1]:48074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K37V7-0000N1-43 for ged-emacs-devel@m.gmane.org; Mon, 02 Jun 2008 06:42:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K37Ud-0008RQ-4T for emacs-devel@gnu.org; Mon, 02 Jun 2008 06:42:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K37Ua-0008O4-8Z for emacs-devel@gnu.org; Mon, 02 Jun 2008 06:42:21 -0400 Original-Received: from [199.232.76.173] (port=59492 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K37Ua-0008Nt-20 for emacs-devel@gnu.org; Mon, 02 Jun 2008 06:42:20 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.190]:44917) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K37UZ-00024B-Px for emacs-devel@gnu.org; Mon, 02 Jun 2008 06:42:19 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so406908nfi.26 for ; Mon, 02 Jun 2008 03:42:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=ZwzlBgJK4EcL+TC2arX/DN7WEPmsN6qBoGzIZRivs1Q=; b=BLEwkk+TQUhalTIvqFr+ueuKE6wNj0gEuiZI2R5QiSoNTHGUS6rVh1M2KvK5P4M0f6MVmEEzngUVMxHPG4Cm1z1oKFTU5c0hTI0ngYFs1L6VbOLmw0k2zhAZmwPlSARXuy/O9YQmNOhcuxywqwfF1zKu0KnYz0rI4wWsINiUSqw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=Eu3d1Z2mfN1VMg02/saqETbiEWIAWI0L677RURTIdd6CVGxb5D3zIWUaOjNSAXHtt7HA8NKxbhvnQK4JRXyRdDFPDvbScyCP47nZXCjn7u9UPlWvUS12x6gViHZvXOJK/y2PBbSaHOQewuPgiuh0duZJCzzDvTZQ/TWPUsdYNiM= Original-Received: by 10.210.92.8 with SMTP id p8mr378986ebb.182.1212403334343; Mon, 02 Jun 2008 03:42:14 -0700 (PDT) Original-Received: from scarlett.inf.ed.ac.uk ( [129.215.174.113]) by mx.google.com with ESMTPS id z37sm3938254ikz.6.2008.06.02.03.42.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Jun 2008 03:42:13 -0700 (PDT) In-Reply-To: <611w3gcesf.fsf@fencepost.gnu.org> X-Mailer: Apple Mail (2.924) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98221 Archived-At: On 2 Jun 2008, at 11:27, Miles Bader wrote: > > > (1) Face size increase/decrease commands (bound to C-= / C-+ and C--), > similar to those in many GUI applications. Does this resize the frame? Without your patch and this code, I've had a lot of "flicker" with the frame being resized (resized in pixels, to keep height/width in chars constant).