From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Francesc Rocher" Newsgroups: gmane.emacs.devel Subject: 23.0.60; Slant roman Date: Thu, 28 Feb 2008 20:49:29 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1204251001 689 80.91.229.12 (29 Feb 2008 02:10:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Feb 2008 02:10:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 29 03:10:27 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 1JUuhc-0007gR-P4 for ged-emacs-devel@m.gmane.org; Fri, 29 Feb 2008 03:10:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUuh6-0006RU-Cy for ged-emacs-devel@m.gmane.org; Thu, 28 Feb 2008 21:09:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUol6-000557-71 for emacs-devel@gnu.org; Thu, 28 Feb 2008 14:49:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUol4-00053q-EO for emacs-devel@gnu.org; Thu, 28 Feb 2008 14:49:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUol4-00053n-8g for emacs-devel@gnu.org; Thu, 28 Feb 2008 14:49:34 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUol4-00039h-3o for emacs-devel@gnu.org; Thu, 28 Feb 2008 14:49:34 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 50so4050779wri.10 for ; Thu, 28 Feb 2008 11:49:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=g5gJa3CJXsNq9qOq7dk9ex8NhiChzyFS5eHDHOLTELQ=; b=wgBycfXxYndgNWH/HN5EXfJrju8Uu6NbWYCz5+Hy8VPz+TsD6FlASq0vPEAZqYBl5GyXWUlDKYX5CatpQsUUJJl+pdvFGCJBiUqYONrnGpbPlTkI19sbqzI8bnRPOzIYNn+Fw6+6PM8TZW5gUzd+1Ei/mEdcJsKxJv4atwTw5sY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=l2Qg5VOMEaFJ8jsJsZpG9GZrA6XPJyow4yQO4QtVXkKbnVQ7sGvqgY0/E/Nkd8p/z+8I5XFeEeENBDTLRy7d/Wf9w8nOY6S+25qYs1YQK3s7wSZLscj6jswj/2zpkRKXtSBzy7NLPpGHtt/DjhM5CudY80JInZ9U7NQ7SKSO21k= Original-Received: by 10.141.62.15 with SMTP id p15mr5849243rvk.159.1204228169265; Thu, 28 Feb 2008 11:49:29 -0800 (PST) Original-Received: by 10.141.151.13 with HTTP; Thu, 28 Feb 2008 11:49:29 -0800 (PST) Content-Disposition: inline X-Google-Sender-Auth: 10200cadb67e7b5e X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) X-Mailman-Approved-At: Thu, 28 Feb 2008 21:07:16 -0500 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:90813 Archived-At: Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: This is the '.emacs' file loaded: ------ (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:slant normal :weight normal :height 100 :width normal :family "bitstream-bitstream vera sans mono"))) t)) ------ and this is the error produced: ------ Debugger entered--Lisp error: (error "Invalid face slant" roman) internal-set-lisp-face-attribute(default :slant roman #) set-face-attribute(default # :slant roman) face-spec-set-2(default # ((t :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant roman :weight normal :height 101 :width normal :family "unknown-dejavu sans"))) face-spec-recalc(default #) face-spec-set(default ((t (:slant normal :weight normal :height 100 :width normal :family "bitstream-bitstream vera sans mono"))) t) custom-theme-set-faces(user (default ((t ...)) t)) apply(custom-theme-set-faces user (default ((t ...)) t)) custom-set-faces((default ((t ...)) t)) eval-buffer(# nil "/home/rocher/.emacs" nil t) ; Reading at buffer position 364 load-with-code-conversion("/home/rocher/.emacs" "/home/rocher/.emacs" t t) load("~/.emacs" t t) #[nil "..." [init-file-user system-type user-init-file-1 user-init-file otherfile source ms-dos "~" "/_emacs" windows-nt directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" "~/_emacs" vax-vms "sys$login:.emacs" "/.emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default" alt inhibit-default-init inhibit-startup-screen] 7]() command-line() normal-top-level() ------ If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /home/rocher/local/emacs-23.0.60/share/emacs/23.0.60/etc/DEBUG for instructions. In GNU Emacs 23.0.60.10 (i686-pc-linux-gnu, GTK+ Version 2.12.5) of 2008-02-28 on gegant Windowing system distributor `The X.Org Foundation', version 11.0.10300000 configured using `configure '--prefix=/home/rocher/local/emacs-23.0.60' '--with-x-toolkit=gtk' '--with-dbus' '--enable-font-backend'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Debugger Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r e p o r t - e m Recent messages: Entering debugger...