From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: fix for bug 10994 breaks ido customizations in major way Date: Tue, 07 May 2013 03:01:19 +0200 Message-ID: <87ehdjsiw0.fsf@wanadoo.es> References: <87txmfyb9n.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1367888508 12247 80.91.229.3 (7 May 2013 01:01:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 May 2013 01:01:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 07 03:01:46 2013 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 1UZWHq-0001fa-Ek for ged-emacs-devel@m.gmane.org; Tue, 07 May 2013 03:01:46 +0200 Original-Received: from localhost ([::1]:53905 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZWHq-0003Ir-2O for ged-emacs-devel@m.gmane.org; Mon, 06 May 2013 21:01:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZWHi-0003Il-Bn for emacs-devel@gnu.org; Mon, 06 May 2013 21:01:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZWHb-0001dc-5g for emacs-devel@gnu.org; Mon, 06 May 2013 21:01:38 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:42111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZWHa-0001dN-VX for emacs-devel@gnu.org; Mon, 06 May 2013 21:01:31 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UZWHZ-0001Sb-01 for emacs-devel@gnu.org; Tue, 07 May 2013 03:01:29 +0200 Original-Received: from 149.red-83-40-116.dynamicip.rima-tde.net ([83.40.116.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 May 2013 03:01:28 +0200 Original-Received: from ofv by 149.red-83-40-116.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 May 2013 03:01:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 149.red-83-40-116.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:FOx6PMunOPjMnaY+ic2tJR2dZdY= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:159380 Archived-At: Vitalie Spinu writes: [snip] > > Sure, I've attached a patch that deletes duplicates. > > > Currently > > (let ((t1 (propertize "aaa" 'aaa 12)) > (t2 (propertize "aaa" 'aaa 11))) > (ido-completing-read "?: " (list t1 t2 "sfd"))) > > works as expected. And the above patch breaks that. How does the user differentiate two candidates with the same text?