Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a41475e1
Commit
a41475e1
authored
Mar 22, 2014
by
Daniel Colascione
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport memory info in bug reports (2014-03-21T21:27:25Z!dancol@dancol.org) from trunk
parent
e4e40f72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/mail/emacsbug.el
lisp/mail/emacsbug.el
+4
-0
No files found.
lisp/ChangeLog
View file @
a41475e1
2014-03-21 Daniel Colascione <dancol@dancol.org>
* mail/emacsbug.el (report-emacs-bug): Include memory usage
information in bug reports.
2014-03-23 Daniel Colascione <dancol@dancol.org>
* emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
...
...
lisp/mail/emacsbug.el
View file @
a41475e1
...
...
@@ -322,6 +322,10 @@ usually do not have translators for other languages.\n\n")))
shadows
)))
(
insert
(
format
"\nFeatures:\n%s\n"
features
))
(
fill-region
(
line-beginning-position
0
)
(
point
))
(
insert
(
format
"\nMemory information:\n"
))
(
pp
(
garbage-collect
)
(
current-buffer
))
;; This is so the user has to type something in order to send easily.
(
use-local-map
(
nconc
(
make-sparse-keymap
)
(
current-local-map
)))
(
define-key
(
current-local-map
)
"\C-c\C-i"
'info-emacs-bug
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment