From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Overlays' `before-string' not displayed in left margin? Date: Mon, 27 Jul 2009 22:32:20 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248727372 19102 80.91.229.12 (27 Jul 2009 20:42:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jul 2009 20:42:52 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 27 22:42:45 2009 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 1MVX1w-0000RU-RY for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2009 22:42:45 +0200 Original-Received: from localhost ([127.0.0.1]:37248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVX1w-00047c-Ck for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2009 16:42:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVWs7-0000HC-Sq for emacs-devel@gnu.org; Mon, 27 Jul 2009 16:32:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVWs2-0000Et-4X for emacs-devel@gnu.org; Mon, 27 Jul 2009 16:32:34 -0400 Original-Received: from [199.232.76.173] (port=37945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVWs1-0000El-Ts for emacs-devel@gnu.org; Mon, 27 Jul 2009 16:32:29 -0400 Original-Received: from mail-yx0-f172.google.com ([209.85.210.172]:35913) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVWs1-0003ZQ-9N for emacs-devel@gnu.org; Mon, 27 Jul 2009 16:32:29 -0400 Original-Received: by yxe2 with SMTP id 2so6262918yxe.14 for ; Mon, 27 Jul 2009 13:32:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=+RCPanQL95LR5QSkuugJVrNJbVtg5cBVLWwLB9SEAvM=; b=pgE5CXxbNAYC+y7PFG+n96U9Ggr8/srlTbGO5cWgPDwhnZWDpnGsZoZ7SmnpPNYpoI ELNs61W26SsJd7Y/yAHNBV5CXXsc8eAyc+x6ogIvJlXa5ttdVp6lHEVnoalogrwCE6jK Y8DnONHheLi57jWfjzPaY3MoY5X/mck8KpKFA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=rJhZcyHwNO1+VhgRN9Tfa6Ry7QutVa4lNi0dfa4Tr553kszBvhBxKM8s3Ol3QNgRUb blsIGPAnJDfJ9+DHUrT0lahMUS+ut2bvctwv0UiMCL4RuxRKyzA7e4L/K+EHW3kU5tzb /ELIoei0J7w4DAW4MbrYa5fVsj8DAwRnCBO6w= Original-Received: by 10.151.9.14 with SMTP id m14mr11924005ybi.203.1248726740201; Mon, 27 Jul 2009 13:32:20 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/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:113252 Archived-At: I put this on an overlay's before-string property ((margin left-margin) "1 php-mode") but I see nothing in the left margin (with left-margin-width set to 20). Is this a bug or do I misunderstand something? Doesn't it work for overlays?