From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: imgur.el and small packages to interface with commercial services Date: Wed, 20 Jul 2016 11:15:41 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <877fcg9w82.fsf@lifelogs.com> References: <8760sqlec9.fsf@lifelogs.com> <87ziq0j3to.fsf@lifelogs.com> <87eg78izip.fsf@lifelogs.com> <8760s0bgg5.fsf@lifelogs.com> <87k2gga13j.fsf@lifelogs.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1469029446 27622 80.91.229.3 (20 Jul 2016 15:44:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Jul 2016 15:44:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 20 17:43:58 2016 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 1bPtfB-0006ZV-AR for ged-emacs-devel@m.gmane.org; Wed, 20 Jul 2016 17:43:57 +0200 Original-Received: from localhost ([::1]:35306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPtfA-00087O-KB for ged-emacs-devel@m.gmane.org; Wed, 20 Jul 2016 11:43:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPtEA-0002oX-Tf for emacs-devel@gnu.org; Wed, 20 Jul 2016 11:16:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPtE5-00061U-TO for emacs-devel@gnu.org; Wed, 20 Jul 2016 11:16:01 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:48733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPtE5-00061O-NY for emacs-devel@gnu.org; Wed, 20 Jul 2016 11:15:57 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bPtDz-00067w-Tq for emacs-devel@gnu.org; Wed, 20 Jul 2016 17:15:52 +0200 Original-Received: from c-98-229-60-157.hsd1.ma.comcast.net ([98.229.60.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jul 2016 17:15:51 +0200 Original-Received: from tzz by c-98-229-60-157.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jul 2016 17:15:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-60-157.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:V8Iz+P2cYuqndom1kQ3MdvKJTk0= 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.21 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" Xref: news.gmane.org gmane.emacs.devel:205893 Archived-At: On Wed, 20 Jul 2016 15:46:29 +0200 Lars Ingebrigtsen wrote: LI> Ted Zlatanov writes: >> Right, so you can offer your imgur token as a default choice at the >> prompt, and if the user wants, they can use their own. The choice is >> stored locally and they can edit or remove it later. Is that acceptable? LI> Well, prompting when no prompt is necessary seems less than optimal, but LI> they can just change `imgur-client-id' if they care... LI> Or the equivalent in a package that handles many services. LI> I'm a great believer in not making users customise anything if that can LI> be avoided. Software should just work. :-) OK. So customize `image-upload-imgur-client-id' then... works for me. Ted