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: find-file-noselect-1: Wrong type argument: inserted-chars, 2960199 Date: Sun, 13 Dec 2015 14:35:50 +0000 Message-ID: References: <566D7157.4000808@boccaperta.com> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113f67ee20b0ee0526c879fb X-Trace: ger.gmane.org 1450017373 11952 80.91.229.3 (13 Dec 2015 14:36:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Dec 2015 14:36:13 +0000 (UTC) Cc: emacs-devel To: Manuel Uberti - Boccaperta Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 13 15:36:12 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 1a87ku-0006YK-Rz for ged-emacs-devel@m.gmane.org; Sun, 13 Dec 2015 15:36:09 +0100 Original-Received: from localhost ([::1]:55480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a87ku-0008QE-37 for ged-emacs-devel@m.gmane.org; Sun, 13 Dec 2015 09:36:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a87kf-0008Pg-66 for emacs-devel@gnu.org; Sun, 13 Dec 2015 09:35:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a87ke-000150-2U for emacs-devel@gnu.org; Sun, 13 Dec 2015 09:35:53 -0500 Original-Received: from mail-lf0-x22e.google.com ([2a00:1450:4010:c07::22e]:36468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a87kd-00014w-Qu for emacs-devel@gnu.org; Sun, 13 Dec 2015 09:35:51 -0500 Original-Received: by lfed137 with SMTP id d137so54420102lfe.3 for ; Sun, 13 Dec 2015 06:35:51 -0800 (PST) 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:cc:content-type; bh=VEnwrWLhYS3+vIAqs25Qn0MCKR7oba4Wu3r0BDE16Mc=; b=AzwlxwIIR2ZzNIUFfTxjhGmaEWna83TER0GWnPVAB8fOvHlQ84DEgQ52rH41ST2Vi2 WCyin7PZFVg+/WtfdEzVpslJUKuB3j50/O0aKrs6cu7dWPaw5OBk7tWpKoxMxHr6AHy7 PnyAxsmjvHoZmU7EckDcgh+G1l2UGVRi6BlhG+qj1WrSO+ZdVIwjrF5zkWpkeQEgWbcT tGHeu7y0eq+6Royd1wHJg7I2J92tKEU6lf0xJAuYIrELHjL8Fw9jzmMTATrTUc4YOChR 76NaXe7LbwLl5e7/nZ3htJw/VQ25C74nWNeFk/PKYSGKx4p5VoBA5g+Ww1zPxkV3CPuS zMnQ== X-Received: by 10.25.18.231 with SMTP id 100mr2063160lfs.25.1450017351051; Sun, 13 Dec 2015 06:35:51 -0800 (PST) Original-Received: by 10.112.202.99 with HTTP; Sun, 13 Dec 2015 06:35:50 -0800 (PST) Original-Received: by 10.112.202.99 with HTTP; Sun, 13 Dec 2015 06:35:50 -0800 (PST) In-Reply-To: <566D7157.4000808@boccaperta.com> X-Google-Sender-Auth: 7f9tD3P4ehyrErvm_TRjp0pxVuA X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::22e 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:196209 Archived-At: --001a113f67ee20b0ee0526c879fb Content-Type: text/plain; charset=UTF-8 On 13 Dec 2015 1:23 pm, "Manuel Uberti - Boccaperta" wrote: > > Hi emacs-devel, > > since I've been tracking Emacs development (emacs-25 branch), I guess I have to > use this mailing list for bug reporting. If I'm wrong, please tell me where to > address this issue and forget my email. I can find the bug somewhere else, no > problem. Hi Manuel, Even if you're tracking master or emacs-25, the bug tracker is the place to report bugs (just don't forget to mention which branch you're on). Artur --001a113f67ee20b0ee0526c879fb Content-Type: text/html; charset=UTF-8


On 13 Dec 2015 1:23 pm, "Manuel Uberti - Boccaperta" <manuel@boccaperta.com> wrote:
>
> Hi emacs-devel,
>
> since I've been tracking Emacs development (emacs-25 branch), I guess I have to
> use this mailing list for bug reporting. If I'm wrong, please tell me where to
> address this issue and forget my email. I can find the bug somewhere else, no
> problem.

Hi Manuel,

Even if you're tracking master or emacs-25, the bug tracker is the place to report bugs (just don't forget to mention which branch you're on).

Artur

--001a113f67ee20b0ee0526c879fb--