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
d23ab8e8
Commit
d23ab8e8
authored
Dec 28, 2011
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Plain Diff
merge trunk
parents
0e5317f7
8d80ef01
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
15 deletions
+28
-15
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/files.texi
doc/lispref/files.texi
+3
-8
doc/misc/ChangeLog
doc/misc/ChangeLog
+7
-0
doc/misc/gnus.texi
doc/misc/gnus.texi
+3
-3
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/progmodes/gdb-mi.el
lisp/progmodes/gdb-mi.el
+4
-4
No files found.
doc/lispref/ChangeLog
View file @
d23ab8e8
2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
* files.texi (File Attributes, Changing Files):
Use a more-natural notation for octal numbers.
2011-12-23 Juanma Barranquero <lekktu@gmail.com>
2011-12-23 Juanma Barranquero <lekktu@gmail.com>
* variables.texi (Variables with Restricted Values):
* variables.texi (Variables with Restricted Values):
...
...
doc/lispref/files.texi
View file @
d23ab8e8
...
@@ -1115,15 +1115,10 @@ This function recursively follows symbolic links at all levels.
...
@@ -1115,15 +1115,10 @@ This function recursively follows symbolic links at all levels.
@
end
group
@
end
group
@
group
@
group
(set-file-modes "~/junk/diffs"
438
)
(
set
-
file
-
modes
"~/junk/diffs"
#
o666
)
@
result
{}
nil
@
result
{}
nil
@
end
group
@
end
group
@group
(format "%o" 438)
@result{} "666" ; @r{Convert to octal.}
@end group
@
group
@
group
%
ls
-
l
diffs
%
ls
-
l
diffs
-
rw
-
rw
-
rw
-
1
lewis
0
3063
Oct
30
16
:
00
diffs
-
rw
-
rw
-
rw
-
1
lewis
0
3063
Oct
30
16
:
00
diffs
...
@@ -1570,10 +1565,10 @@ the bitwise complement of the ``umask'' value.
...
@@ -1570,10 +1565,10 @@ the bitwise complement of the ``umask'' value.
The argument @var{mode} must be an integer. On most systems, only the
The argument @var{mode} must be an integer. On most systems, only the
low 9 bits of @var{mode} are meaningful. You can use the Lisp construct
low 9 bits of @var{mode} are meaningful. You can use the Lisp construct
for octal
character code
s to enter @var{mode}; for example,
for octal
number
s to enter @var{mode}; for example,
@example
@example
(set-default-file-modes
?\
644)
(set-default-file-modes
#o
644)
@end example
@end example
Saving a modified version of an existing file does not count as creating
Saving a modified version of an existing file does not count as creating
...
...
doc/misc/ChangeLog
View file @
d23ab8e8
2011-12-28 Paul Eggert <eggert@cs.ucla.edu>
* gnus.texi (Mail Source Customization, Mail Back End Variables):
Use octal notation for file permissions, which are normally
thought of in octal.
(Mail Back End Variables): Use more-plausible modes in example.
2011-12-20 Alan Mackenzie <acm@muc.de>
2011-12-20 Alan Mackenzie <acm@muc.de>
* cc-mode.texi: Update version string 5.31 -> 5.32.
* cc-mode.texi: Update version string 5.31 -> 5.32.
...
...
doc/misc/gnus.texi
View file @
d23ab8e8
...
@@ -15033,7 +15033,7 @@ number.
...
@@ -15033,7 +15033,7 @@ number.
@item mail-source-default-file-modes
@item mail-source-default-file-modes
@vindex mail-source-default-file-modes
@vindex mail-source-default-file-modes
All new mail files will get this file mode. The default is
384
.
All new mail files will get this file mode. The default is
@code{#o600}
.
@item mail-source-movemail-program
@item mail-source-movemail-program
@vindex mail-source-movemail-program
@vindex mail-source-movemail-program
...
@@ -15123,10 +15123,10 @@ default file modes the new mail files get:
...
@@ -15123,10 +15123,10 @@ default file modes the new mail files get:
@lisp
@lisp
(add-hook 'nnmail-pre-get-new-mail-hook
(add-hook 'nnmail-pre-get-new-mail-hook
(lambda () (set-default-file-modes
511
)))
(lambda () (set-default-file-modes
#o700
)))
(add-hook 'nnmail-post-get-new-mail-hook
(add-hook 'nnmail-post-get-new-mail-hook
(lambda () (set-default-file-modes
551
)))
(lambda () (set-default-file-modes
#o775
)))
@end lisp
@end lisp
@item nnmail-use-long-file-names
@item nnmail-use-long-file-names
lisp/ChangeLog
View file @
d23ab8e8
2011-12-28 Chong Yidong <cyd@gnu.org>
* progmodes/gdb-mi.el (gdb-get-source-file-list)
(gdb-get-source-file): Move mode line update to
gdb-get-source-file (Bug#10087).
2011-12-25 Chong Yidong <cyd@gnu.org>
2011-12-25 Chong Yidong <cyd@gnu.org>
* progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
* progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
...
...
lisp/progmodes/gdb-mi.el
View file @
d23ab8e8
...
@@ -3787,9 +3787,7 @@ is set in them."
...
@@ -3787,9 +3787,7 @@ is set in them."
(dolist (buffer (buffer-list))
(dolist (buffer (buffer-list))
(with-current-buffer buffer
(with-current-buffer buffer
(when (member buffer-file-name gdb-source-file-list)
(when (member buffer-file-name gdb-source-file-list)
(gdb-init-buffer))))
(gdb-init-buffer)))))
(gdb-force-mode-line-update
(propertize "ready" 'face font-lock-variable-name-face)))
(defun gdb-get-main-selected-frame ()
(defun gdb-get-main-selected-frame ()
"Trigger for `gdb-frame-handler' which uses main current
"Trigger for `gdb-frame-handler' which uses main current
...
@@ -4128,7 +4126,9 @@ buffers, if required."
...
@@ -4128,7 +4126,9 @@ buffers, if required."
(gdb-get-buffer-create 'gdb-breakpoints-buffer)
(gdb-get-buffer-create 'gdb-breakpoints-buffer)
(if (and gdb-show-main gdb-main-file)
(if (and gdb-show-main gdb-main-file)
(let ((pop-up-windows t))
(let ((pop-up-windows t))
(display-buffer (gud-find-file gdb-main-file))))))
(display-buffer (gud-find-file gdb-main-file)))))
(gdb-force-mode-line-update
(propertize "ready" 'face font-lock-variable-name-face)))
;;from put-image
;;from put-image
(defun gdb-put-string (putstring pos &optional dprop &rest sprops)
(defun gdb-put-string (putstring pos &optional dprop &rest sprops)
...
...
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