From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 188f657: Fix false negatives in tex--prettify-symbols-compose-p. Date: Wed, 30 Sep 2015 12:12:17 +0100 Message-ID: References: <20150925210512.18505.12538@vcs.savannah.gnu.org> <8737xxjtkq.fsf@gnu.org> <87wpv8mgeh.fsf@gnu.org> <87bnckmbhd.fsf@gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1443681411 3629 80.91.229.3 (1 Oct 2015 06:36:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2015 06:36:51 +0000 (UTC) To: Artur Malabarba , emacs-devel , Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 01 08:36:50 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZhXU2-0005sm-Cv for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 08:36:50 +0200 Original-Received: from localhost ([::1]:38650 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhXU1-0002Mi-Se for ged-emacs-devel@m.gmane.org; Thu, 01 Oct 2015 02:36:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhFJ7-0006mk-01 for emacs-devel@gnu.org; Wed, 30 Sep 2015 07:12:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhFJ6-0007Wg-6v for emacs-devel@gnu.org; Wed, 30 Sep 2015 07:12:20 -0400 Original-Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:36737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhFJ4-0007VW-Ik; Wed, 30 Sep 2015 07:12:18 -0400 Original-Received: by laclj5 with SMTP id lj5so41562673lac.3; Wed, 30 Sep 2015 04:12:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=cC70vANMn7Rn3cAjmlccJwNK7NVYnpnRcFhBVfeokAQ=; b=bAgqtMZ8lIm9EupsN/AvAH6UNjqTXTNQe3zTo36ReOIsaSJXx/9bSTWwwiEXRQZuMI Y4KlTL0Z/mUveNtCiaBU18uoxJef/f6o2gQH4pSztX+4THT7KroINx2NDMw4fP5ffV25 ih+T+kSQKnqrPCZVYARdO64N2Pp7wJB0tnBKKFOVlXP77LQpV9sD5TM9DqHh7MFWLiIw iPtfjaQCIxHegaoiLD3dWHH3T5kXA7PKI62sMPsl58hTS7oUNt4qqvbfNl3mqSpXDaTV 5LLv06R/j+wCgVGWqKQJim36gWgaBtq1S7H+oyPD6A6e1Kma2+WEziNc73nfkOHFOVqy VE+w== X-Received: by 10.152.28.73 with SMTP id z9mr969964lag.73.1443611537547; Wed, 30 Sep 2015 04:12:17 -0700 (PDT) Original-Received: by 10.25.27.78 with HTTP; Wed, 30 Sep 2015 04:12:17 -0700 (PDT) In-Reply-To: <87bnckmbhd.fsf@gnu.org> X-Google-Sender-Auth: ps2nGs-aLH9uMoXmQ4XeBeAUVdI X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::233 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:190514 Archived-At: 2015-09-30 11:45 GMT+01:00 Tassilo Horn : > Hm, that probably depends on your mail client. When I follow up to your > mails on emacs-devel using Gnus, you'll be in To and emacs-devel in Cc. It's not a general thing. I meant *Your* address doesn't get included. Everyone else's does. It's probably that your messages arrive with a different "reply-to:" header. For instance, if I try to "Reply All" one of your messages, then Davis's address is included on the To: field but yours isn't. OTOH, if I "reply all" on Stefan's message, both you and Stefan will be included in the To field. > Done and thanks! Thank you!