From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: juha.nieminen@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Block as method parameter indentation in objc-mode Date: Tue, 26 May 2015 01:25:49 -0700 (PDT) Message-ID: References: <87d21o8q82.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1432629027 6676 80.91.229.3 (26 May 2015 08:30:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2015 08:30:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 26 10:30:27 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 1YxAFk-00042Y-6G for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2015 10:30:24 +0200 Original-Received: from localhost ([::1]:46501 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxAFj-00043C-7V for geh-help-gnu-emacs@m.gmane.org; Tue, 26 May 2015 04:30:23 -0400 X-Received: by 10.236.70.5 with SMTP id o5mr36503620yhd.9.1432628749520; Tue, 26 May 2015 01:25:49 -0700 (PDT) X-Received: by 10.140.93.38 with SMTP id c35mr264773qge.38.1432628749458; Tue, 26 May 2015 01:25:49 -0700 (PDT) Original-Path: usenet.stanford.edu!z60no3868758qgd.0!news-out.google.com!k20ni44937qgd.0!nntp.google.com!z60no3867556qgd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <87d21o8q82.fsf@kuiper.lan.informatimago.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=80.222.147.171; posting-account=QAuWLgoAAADS0hT14VZxHpRnYfaWnTmL Original-NNTP-Posting-Host: 80.222.147.171 User-Agent: G2/1.0 Injection-Date: Tue, 26 May 2015 08:25:49 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:212288 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:104572 Archived-At: On Monday, May 25, 2015 at 9:30:23 PM UTC+3, Pascal J. Bourguignon wrote: > By using: > > /* > (push '(objc-method-call-cont . (c-lineup-ObjC-method-call-colons > ;; c-lineup-ObjC-method-call > 2)) > c-offsets-alist) > */ I'm not sure where this should be put. If I add it to my .emacs, it issues the error "Symbol's value as variable is void: c-offsets-alist".