Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
18df6da2
Commit
18df6da2
authored
Aug 16, 1991
by
Linus Tolke
Browse files
kom-compile-bug-report justerad på några punkter.
parent
1d2c7f04
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
18df6da2
No preview for this file type
src/async.el
View file @
18df6da2
...
...
@@ -148,7 +148,9 @@ this function shall be with current-buffer the BUFFER."
(
message
(
lyskom-parse-string
)))
(
lyskom-save-excursion
(
set-buffer
buffer
)
(
defvar
lyskom-allow-eval
nil
)
;^
(
setq
lyskom-allow-eval
nil
)
;v
(
cond
((
string=
message
"info"
)
(
initiate-send-message
'follow
nil
sender
...
...
src/commands2.el
View file @
18df6da2
...
...
@@ -908,11 +908,11 @@ Format is 23:29 if the text is written today. Otherwise 04-01."
(
if
(
condition-case
()
debugger-old-buffer
(
void-variable
nil
))
(
pr
ogn
(
princ
(
lyskom-get-string
'buggreport-backtrace
))
(
print
(
save-excursion
(
set-buffer
curbuf
)
(
buffer-substring
(
point-min
)
(
point-max
))))))
(
pr
inc
(
lyskom-format
'buggreport-backtrace
(
save-excursion
(
set-buffer
curbuf
)
(
buffer-substring
(
point-min
)
(
point-max
))))))
(
if
lyskom-debug-communications-to-buffer
(
progn
(
princ
(
lyskom-get-string
'buggreport-communications
))
...
...
@@ -922,7 +922,7 @@ Format is 23:29 if the text is written today. Otherwise 04-01."
(
save-excursion
(
set-buffer
repname
)
(
goto-char
(
point-min
))
(
replace-regexp
"byte-code(\
\\\\".*\\\\
\""
(
replace-regexp
"byte-code(\
".*
\""
(
lyskom-get-string
'buggreport-instead-of-byte-comp
)))
(
lyskom-edit-text
lyskom-proc
(
lyskom-create-misc-list
'recpt
79
'cc-recpt
lyskom-pers-no
)
...
...
src/swedish-strings.el
View file @
18df6da2
...
...
@@ -315,10 +315,10 @@ Lyskom-sessionen
(
buggreport-unparsed
.
"\nlyskom-unparsed-buffer:"
)
(
buggreport-reading-list
.
"\nlyskom-reading-list:"
)
(
buggreport-to-do-list
.
"\nlyskom-to-do-list:"
)
(
buggreport-backtrace
.
"\n*Backtrace*:"
)
(
buggreport-backtrace
.
"\n*Backtrace*:
\n%#1s\n
"
)
(
buggreport-communications
.
"\nlyskom-debug-communications-to-buffer-buffer:"
)
(
buggreport-instead-of-byte-comp
.
"byte-code(\"byte-string\""
)
(
buggreport-subject
.
"Bugg-rapport elisp-klienten version
%s
%#1s"
)
(
buggreport-subject
.
"Bugg-rapport elisp-klienten version %#1s"
)
(
not-logged-in
.
"Du r inte inloggad. "
)
...
...
Write
Preview
Supports
Markdown
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