From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Cross Newsgroups: gmane.emacs.devel Subject: Customize face issue? Date: Tue, 10 May 2011 16:18:41 +1000 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0003255563aa69977d04a2e5ed72 X-Trace: dough.gmane.org 1305008334 18432 80.91.229.12 (10 May 2011 06:18:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 May 2011 06:18:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 10 08:18:48 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QJgHP-00025w-Hs for ged-emacs-devel@m.gmane.org; Tue, 10 May 2011 08:18:47 +0200 Original-Received: from localhost ([::1]:47475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJgHP-000083-2H for ged-emacs-devel@m.gmane.org; Tue, 10 May 2011 02:18:47 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJgHL-00007Q-Dy for emacs-devel@gnu.org; Tue, 10 May 2011 02:18:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJgHK-00082V-H7 for emacs-devel@gnu.org; Tue, 10 May 2011 02:18:43 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:64587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJgHK-00082N-DH for emacs-devel@gnu.org; Tue, 10 May 2011 02:18:42 -0400 Original-Received: by iyh42 with SMTP id 42so6804528iyh.0 for ; Mon, 09 May 2011 23:18:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=rW5JRHa9QKoCwfho5OvtSp6qTlr/q0BRYk2wVXWyJO0=; b=TeidzJQW0Qgre2xq5khS8It/CwUBFh9B5r1eW4zB/qzwoBEUNuBscrHV30PQvX1N/v LRzqagh8raJXDWSrDlJAmJXhjTdIk7Fb5Y2TnHow1RKt2Ux4vj5Kh1+VWy7B6iGtQ5fc 8AJfbgl5rgZJ41Ig1UQoE1DIcueBXF7RIqMEo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OGLsR4mFSw/lPodPHorCFagXME0phTeLmQEdApjPXdAzBrC4BfNNiOU+mKDzf0NPW4 N5sLw2OgSdf2o22AUv6FayorhD93WITDcDzi/eT+XSIlQ+Yd6B3oOlHMAlNM1v5cquue NCfdy8QbB99mJctcsK/AcuZIgf40zWt0wrkc8= Original-Received: by 10.231.253.4 with SMTP id my4mr5283746ibb.153.1305008321172; Mon, 09 May 2011 23:18:41 -0700 (PDT) Original-Received: by 10.231.13.196 with HTTP; Mon, 9 May 2011 23:18:41 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139297 Archived-At: --0003255563aa69977d04a2e5ed72 Content-Type: text/plain; charset=ISO-8859-1 Hi All, just checking here prior to possibly logging a bug report. I've just noticed with the most recent build from bzr trunk that something seems to be broken with the custom interface for customizing faces. If you do M-x customize-face default, instead of getting the 'normal' custom interface for customizing a face, you just get a 'raw' lisp expression to edit. i.e. Hide Default face: [sample] State : STANDARD. Basic default face. Lisp expression: ((t (:family "DejaVu Sans Mono" :foundry "unknown" :width normal :height 143 :weight normal :slant normal :underline nil :overline nil :strike-through nil :box nil :inverse-video nil :foreground "black" :background "white" :stipple nil :inherit nil))) This is from bzr pulled today and running emacs -Q. Do others see this as well? Tim --0003255563aa69977d04a2e5ed72 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi All,

just checking here prior to possibly logging a b= ug report. I've just noticed with the most recent build from bzr trunk = that something seems to be broken with the custom interface for customizing= faces. If you do M-x customize-face <ret> default, instead of gettin= g the 'normal' custom interface for customizing a face, you just ge= t a 'raw' lisp expression to edit. i.e.

Hide Default face: [sample]
=A0 =A0 Stat= e : STANDARD.
=A0 =A0Basic default face.
Lisp expressio= n:=A0
((t
=A0 (:family "DejaVu Sans Mono" :fo= undry "unknown" :width normal :height 143 :weight normal :slant n= ormal :underline nil :overline nil :strike-through nil :box nil :inverse-vi= deo nil :foreground "black" :background "white" :stippl= e nil :inherit nil)))

This is from bzr pulled today and running emacs -= Q. Do others see this as well?

Tim

<= /div>

--0003255563aa69977d04a2e5ed72--