From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: torys.anderson@gmail.com (Tory S. Anderson) Newsgroups: gmane.emacs.help Subject: Helm: How to add empty lines? Date: Mon, 26 Jan 2015 06:22:11 -0500 Message-ID: <87oaplhjmk.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422271356 29290 80.91.229.3 (26 Jan 2015 11:22:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Jan 2015 11:22:36 +0000 (UTC) To: emacs list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 26 12:22:36 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YFhkW-0006ZE-Mo for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Jan 2015 12:22:32 +0100 Original-Received: from localhost ([::1]:41051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFhkV-0007cf-SR for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Jan 2015 06:22:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFhkD-0007ZK-OD for help-gnu-emacs@gnu.org; Mon, 26 Jan 2015 06:22:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFhkD-00053Q-1C for help-gnu-emacs@gnu.org; Mon, 26 Jan 2015 06:22:13 -0500 Original-Received: from mail-yk0-x231.google.com ([2607:f8b0:4002:c07::231]:39896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFhkC-00053H-UU for help-gnu-emacs@gnu.org; Mon, 26 Jan 2015 06:22:12 -0500 Original-Received: by mail-yk0-f177.google.com with SMTP id 19so3570734ykq.8 for ; Mon, 26 Jan 2015 03:22:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=nDfxAs5+XtdghGiq8hn4mOWJ2qcWwB/ulrf+ewUjsG0=; b=KEsknU7JE130ZH+jTyydhAiR9Itp4Ek+NVK7Ews984ZbX78RSaYPR4Gs7k/7/3IknK qp+0Q1OhKHBghzg1RIIXCyLMsCNcyt3LvxTsy6KAbKtIKc/iTpCbfRdAKexIW/NkuZGH MK+/ZPY3dJPnFGsSeagmDDflBwMwVnAZMhlCLrf9rTfTk04w9dp+PhqBRGvHWJ44W21S njVlyaJDWAA+T3d37qOYJrNcGsnu/mdCsMBfKlH5R6EfPNjx+Ly2m26HuIbzuoM/p1c8 L+eUT45iY/CPay2XmGA6nn8DYcxwus8CP1Yr50q3bZ+cdtNhhzkDGX8sETovLbckHlX+ C8Mg== X-Received: by 10.236.199.103 with SMTP id w67mr8968616yhn.37.1422271332581; Mon, 26 Jan 2015 03:22:12 -0800 (PST) Original-Received: from localhost.localdomain ([2601:0:a000:4a1:ee55:f9ff:feb5:5589]) by mx.google.com with ESMTPSA id 46sm5929430yho.54.2015.01.26.03.22.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Jan 2015 03:22:12 -0800 (PST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102279 Archived-At: I keep running in to this fairly severe problem with Helm, particularly in conjunction with other modes: frequently I need to just enter an empty line (org mode: resetting an item's tags; bookmark+: ending tag input; directory search: just open the directory, not files; the list goes on and on). But there doesn't seem to be an obvious way to do this. Help! Helm needs the ability to add empty entries, not just auto-filled suggestions.