From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: emacs freezes - how to troubleshoot, build with assertions Date: Sun, 3 Nov 2013 08:16:22 +0800 Message-ID: References: <5274EE7F.6050508@poczta.onet.pl> <83txfv9d92.fsf@gnu.org> <52750A9D.60706@poczta.onet.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1383437783 1026 80.91.229.3 (3 Nov 2013 00:16:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Nov 2013 00:16:23 +0000 (UTC) Cc: emacs-devel To: Jarek Czekalski Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 03 01:16:29 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 1VclMj-0003kp-FD for ged-emacs-devel@m.gmane.org; Sun, 03 Nov 2013 01:16:29 +0100 Original-Received: from localhost ([::1]:43562 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VclMi-0001ue-Vg for ged-emacs-devel@m.gmane.org; Sat, 02 Nov 2013 20:16:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VclMe-0001uW-SC for emacs-devel@gnu.org; Sat, 02 Nov 2013 20:16:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VclMd-0006N3-GK for emacs-devel@gnu.org; Sat, 02 Nov 2013 20:16:24 -0400 Original-Received: from mail-ie0-x22f.google.com ([2607:f8b0:4001:c03::22f]:47954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VclMd-0006Mz-AD for emacs-devel@gnu.org; Sat, 02 Nov 2013 20:16:23 -0400 Original-Received: by mail-ie0-f175.google.com with SMTP id aq17so9748004iec.6 for ; Sat, 02 Nov 2013 17:16:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7xrwhunQp0Ep42wMock8c2fnQVPAYCFr2JB9z3goAXY=; b=XVQJuiDj2BaZQUGHedw/JSGRHwzrgwfpUhhnFeHu+e6QLmT8+DhZ68fwT/wCI76w3N VzObj8ndbUcAb2enSUYqc1PcHTNH0eHnF5syhL+yDS24BEU4n5Xurb8d/HWvyjcNUB5/ 4ZleilfUL0gUUu5g5YVHFtsuxCNw/AHs8WoqARBGujDTqqNqEyqQMST4dy1G3oZSFO// zUIRd4CnoeW7ZxIujUZ4jJgQbDpZaJbRjwsNdEqbZk3gn6YKWsz3yEfXwtS9XFMzPr0y CEchIbv4wH71dDr3JzjWcOY0pKJcZjV9gMRL24VyEuPBH6ZdTeTCFY0PthSmAV1A2ta2 4keg== X-Received: by 10.50.117.3 with SMTP id ka3mr7361566igb.15.1383437782663; Sat, 02 Nov 2013 17:16:22 -0700 (PDT) Original-Received: by 10.42.119.18 with HTTP; Sat, 2 Nov 2013 17:16:22 -0700 (PDT) In-Reply-To: <52750A9D.60706@poczta.onet.pl> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22f 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:164882 Archived-At: On Sat, Nov 2, 2013 at 10:22 PM, Jarek Czekalski wrote: > There are several places which a new developer should visit. Some I know > (you told me about them today) are these: > 1. Info "Sending patches" > 2. etc directory And these ones (at least), I think: http://www.gnu.org/prep/standards/ https://www.gnu.org/prep/maintain/html_node/Legal-Matters.html#Legal-Matters http://www.emacswiki.org/emacs/BzrForEmacsDevs (info "(elisp) Tips") admin/notes > I would like these places to be mentioned in a development wiki. The wiki > could be placed (or at list linked to) at savannah, as savannah is the place > linked to directly from gnu.org/software/emacs. If someone complains about > missing info, it would be added to wiki. Soon wiki becomes a good starting > point. The time required to build it is like half an hour. I wrote a contributing guide[fn:1] before, but I deleted it later because it is too verbose[fn:2]. I plan to write some other things about contributing to Emacs now: an Emacs Lisp refcard, an Emacs Lisp FAQ, and an Emacs hacker guide[fn:3]. Footnotes: [fn:1] http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00604.html [fn:2] http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00659.html [fn:3] Only for Emacs Dev, so it is not like the one above. Many people in Emacs Dev have expressed their wish for this document, like: http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00660.html http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00616.html -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/