+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent RUBY_VERSION_REQD=32 WRKLOG=/tmp/bulklog/mew-6.9nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent RUBY_VERSION_REQD=32 WRKLOG=/tmp/bulklog/mew-6.9nb1/work.log ===> Building for mew-6.9nb1 --- elisp --- --- bin --- --- elisp --- cd elisp; /opt/pkg/bin/bmake EMACS=/opt/pkg/bin/emacs --- bin --- cd bin; /opt/pkg/bin/bmake --- mewencode.o --- --- utils.o --- --- mewl.o --- --- elisp --- --- temp.el --- --- bin --- --- utils.o --- gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -I/opt/pkg/include utils.c --- mewl.o --- gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -I/opt/pkg/include mewl.c --- mewencode.o --- gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -I/opt/pkg/include mewencode.c --- elisp --- --- el --- Compiling EL files of Mew ... PLEASE IGNORE WARNINGS IF DISPLAYED. TAKE IT EASY! /opt/pkg/bin/emacs -batch -q -no-site-file -l ./temp.el -f mew-compile --- bin --- --- pattern.o --- gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -I/opt/pkg/include pattern.c In function 'get_pat', inlined from 'parse_pattern' at pattern.c:479:7, inlined from 'pattern_init' at pattern.c:564:19: pattern.c:245:9: warning: 'memset' offset [0, 43] is out of the bounds [0, 0] [-Warray-bounds=] 245 | memset(p, 0, sizeof(struct pat)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pattern.c:245:9: warning: 'memset' offset [0, 43] is out of the bounds [0, 0] [-Warray-bounds=] --- incm.o --- gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -Wall -I/opt/pkg/include incm.c --- mewencode --- gcc -o mewencode -L/opt/pkg/lib -Wl,-R/opt/pkg/lib mewencode.o utils.o -lz rm -f mewdecode mewcat for f in mewdecode mewcat; do ln mewencode ${f}; done --- mewl --- gcc -o mewl -L/opt/pkg/lib -Wl,-R/opt/pkg/lib mewl.o utils.o pattern.o --- incm.o --- incm.c: In function 'get_from_dir': incm.c:522:51: warning: '%s' directive output may be truncated writing up to 1022 bytes into a region of size between 1 and 1023 [-Wformat-truncation=] 522 | snprintf(inboxfile, PATH_MAX, "%s/%s", InboxDir, num); | ^~ ~~~ In function 'new_inbox_file', inlined from 'get_from_dir' at incm.c:598:9: incm.c:522:17: note: 'snprintf' output between 2 and 2046 bytes into a destination of size 1024 522 | snprintf(inboxfile, PATH_MAX, "%s/%s", InboxDir, num); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ incm.c: In function 'get_from_dir': incm.c:602:58: warning: '%s' directive output may be truncated writing up to 1022 bytes into a region of size between 1 and 1023 [-Wformat-truncation=] 602 | snprintf(mailfile, sizeof(mailfile), "%s/%s", fromdir, list[i]); | ^~ incm.c:602:17: note: 'snprintf' output between 2 and 2046 bytes into a destination of size 1024 602 | snprintf(mailfile, sizeof(mailfile), "%s/%s", fromdir, list[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ incm.c:607:70: warning: '%s' directive output may be truncated writing up to 1018 bytes into a region of size between 5 and 1023 [-Wformat-truncation=] 607 | snprintf(backupfile, sizeof(backupfile), "%s/%s:2,S", backupdir, list[i]); | ^~ incm.c:607:25: note: 'snprintf' output between 6 and 2042 bytes into a destination of size 1024 607 | snprintf(backupfile, sizeof(backupfile), "%s/%s:2,S", backupdir, list[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ incm.c:579:58: warning: '%s' directive output may be truncated writing up to 1022 bytes into a region of size between 1 and 1023 [-Wformat-truncation=] 579 | snprintf(mailfile, sizeof(mailfile), "%s/%s", fromdir, dp->d_name); | ^~ incm.c:579:17: note: 'snprintf' output between 2 and 2046 bytes into a destination of size 1024 579 | snprintf(mailfile, sizeof(mailfile), "%s/%s", fromdir, dp->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- elisp --- In toplevel form: mew-addrbook.el:134:2: Warning: defvar `mew-alias-expand-prefix' docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-alias-expand: mew-addrbook.el:154:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) --- bin --- incm.c: In function 'open_new_inbox_file': incm.c:543:51: warning: '%s' directive output may be truncated writing up to 1022 bytes into a region of size between 1 and 1023 [-Wformat-truncation=] 543 | snprintf(inboxfile, PATH_MAX, "%s/%s", InboxDir, num); | ^~ ~~~ incm.c:543:17: note: 'snprintf' output between 2 and 2046 bytes into a destination of size 1024 543 | snprintf(inboxfile, PATH_MAX, "%s/%s", InboxDir, num); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ incm.c: In function 'process': incm.c:877:54: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 877 | snprintf(mtimefile, sizeof(mtimefile), "%s/%s", InboxDir, MEW_MTIME_FILE); | ^ incm.c:877:9: note: 'snprintf' output between 12 and 1025 bytes into a destination of size 1024 877 | snprintf(mtimefile, sizeof(mtimefile), "%s/%s", InboxDir, MEW_MTIME_FILE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- elisp --- In mew-q-encode-string: mew-bq.el:163:47: Warning: avoid `lsh'; use `ash' instead In mew-param-encode: mew-bq.el:850:47: Warning: avoid `lsh'; use `ash' instead --- bin --- incm.c: In function 'main': incm.c:307:57: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 307 | snprintf(Mbox, sizeof(Mbox), "%s%s", mbox_path_list[i], user); | ^~ In function 'search_mbox_path', inlined from 'init_env' at incm.c:353:2, inlined from 'main' at incm.c:914:2: incm.c:307:25: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 307 | snprintf(Mbox, sizeof(Mbox), "%s%s", mbox_path_list[i], user); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- elisp --- In mew-circular-complete-switch: mew-complete.el:419:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-expand-address: mew-complete.el:479:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-draft-get-case-by-guess: mew-config.el:589:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-toggle-header-veil: mew-decode.el:121:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) --- bin --- --- incm --- gcc -o incm -L/opt/pkg/lib -Wl,-R/opt/pkg/lib incm.o utils.o --- elisp --- In mew-cite-strings: mew-draft.el:525:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-cite-prefix-username: mew-draft.el:563:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-draft-use-format-flowed: mew-draft.el:608:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-draft-set-privacy-method: mew-draft.el:954:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-reedit: mew-edit.el:651:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-edit-again: mew-edit.el:826:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In toplevel form: mew-env.el:19:2: Warning: defvar `mew-connection-type1' docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-assoc-match: mew-func.el:159:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-assoc-match2: mew-func.el:171:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-assoc-match3: mew-func.el:183:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-get-my-address-regex-list: mew-func.el:1295:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-x-face-create: mew-gemacs.el:397:5: Warning: `string-as-unibyte' is an obsolete function (as of 26.1); use `encode-coding-string'. In mew-highlight-body-region: mew-highlight.el:160:13: Warning: `inhibit-point-motion-hooks' is an obsolete variable (as of 25.1); use `cursor-intangible-mode' or `cursor-sensor-mode' instead In mew-summary-cook-region: mew-highlight.el:287:12: Warning: `inhibit-point-motion-hooks' is an obsolete variable (as of 25.1); use `cursor-intangible-mode' or `cursor-sensor-mode' instead In mew-dir-list-with-link-count: mew-local.el:26:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-dir-list-without-link-count: mew-local.el:53:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-local-folder-insert: mew-local.el:173:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-mark-undo-all: mew-mark.el:94:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-mark-duplicated: mew-mark.el:703:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-exchange-marks: mew-mark.el:864:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-message-next-page: mew-message.el:48:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-message-prev-page: mew-message.el:78:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-execute-external: mew-mime.el:666:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In toplevel form: mew-minibuf.el:15:2: Warning: defvar `mew-input-complete-function' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-minibuf.el:26:2: Warning: defvar `mew-input-exit-minibuffer-function' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-minibuf.el:38:2: Warning: defvar `mew-input-comma-function' docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-retrieve: mew-net.el:475:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-retrieve-message: mew-net.el:630:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-mark-retrieve-message: mew-net.el:742:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-pgp-fetch-key: mew-pgp.el:1170:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-pick: mew-pick.el:38:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-pick-with-mewl: mew-pick.el:167:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-copy: mew-refile.el:577:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-refile: mew-refile.el:594:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-auto-refile: mew-refile.el:827:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-scan-setup: mew-scan.el:36:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-form-mark: mew-scan.el:47:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-form-size: mew-scan.el:169:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-form-extract-addr: mew-scan.el:192:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-form-from: mew-scan.el:224:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-get-summary-form: mew-scan.el:272:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-ls: mew-scan.el:701:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In toplevel form: mew-ssl.el:11:2: Warning: defvar `mew-ssl-cert-directory' docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-open-ssl-stream: mew-ssl.el:135:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-get-region: mew-summary.el:222:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-display: mew-summary2.el:164:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-analyze-again-alternative: mew-summary2.el:351:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-analyze-again: mew-summary2.el:360:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-mouse-show: mew-summary2.el:782:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-subject-simplify: mew-summary3.el:119:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-reply: mew-summary3.el:206:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-reply-with-citation: mew-summary3.el:365:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-goto-line: mew-summary4.el:140:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-jump-top: mew-summary4.el:221:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-jump-bottom: mew-summary4.el:231:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-print: mew-summary4.el:322:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-unshar: mew-summary4.el:537:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-uudecode: mew-summary4.el:547:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-toggle-8bit: mew-summary4.el:1002:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-toggle-warning: mew-summary4.el:1026:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-toggle-policy: mew-summary4.el:1043:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-toggle-debug: mew-summary4.el:1060:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-toggle-pgp: mew-summary4.el:1073:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-learn-spam: mew-summary4.el:1086:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-learn-ham: mew-summary4.el:1110:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-info: mew-syntax.el:349:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In toplevel form: mew-thread.el:17:2: Warning: custom-declare-variable `mew-use-complete-thread' docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-thread-region: mew-thread.el:342:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-thread-mark-refile: mew-thread.el:495:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-thread-mark-copy: mew-thread.el:511:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In toplevel form: mew-vars.el:200:2: Warning: custom-declare-variable `mew-imap-spam-field' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:210:2: Warning: custom-declare-variable `mew-imap-spam-word' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:217:2: Warning: custom-declare-variable `mew-imap-spam-pattern' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:225:2: Warning: custom-declare-variable `mew-imap-spam-folder' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:314:2: Warning: custom-declare-variable `mew-make-message-hook' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:463:2: Warning: custom-declare-variable `mew-mail-address-list' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:470:2: Warning: custom-declare-variable `mew-mail-domain-list' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:478:2: Warning: custom-declare-variable `mew-from-list' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:569:2: Warning: custom-declare-variable `mew-ssh-keep-connection' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:575:2: Warning: custom-declare-variable `mew-ssl-keep-connection' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:637:2: Warning: custom-declare-variable `mew-smtp-msgid-user' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:643:2: Warning: custom-declare-variable `mew-smtp-msgid-domain' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:656:2: Warning: custom-declare-variable `mew-mailbox-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:666:2: Warning: custom-declare-variable `mew-mbox-command' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:671:2: Warning: custom-declare-variable `mew-mbox-command-arg' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:682:2: Warning: custom-declare-variable `mew-biff-interval' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:729:2: Warning: custom-declare-variable `mew-pop-auth' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:761:2: Warning: custom-declare-variable `mew-pop-body-lines' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:822:2: Warning: custom-declare-variable `mew-imap-auth' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:856:2: Warning: custom-declare-variable `mew-imap-prefix-list' docstring wider than 80 characters mew-vars.el:856:2: Warning: custom-declare-variable `mew-imap-prefix-list' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:959:2: Warning: custom-declare-variable `mew-nntp-msgid-user' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:965:2: Warning: custom-declare-variable `mew-nntp-msgid-domain' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:978:2: Warning: custom-declare-variable `mew-range-list' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1017:2: Warning: custom-declare-variable `mew-range-list-string-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1023:2: Warning: custom-declare-variable `mew-range-list-list-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1034:2: Warning: custom-declare-variable `mew-unread-mark-list' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1082:2: Warning: custom-declare-variable `mew-unread-mark-list-string-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1088:2: Warning: custom-declare-variable `mew-unread-mark-list-list-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1099:2: Warning: defconst `mew-summary-form-header' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1148:2: Warning: custom-declare-variable `mew-summary-form' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1190:2: Warning: custom-declare-variable `mew-summary-form-list' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1233:2: Warning: custom-declare-variable `mew-summary-form-list-string-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1239:2: Warning: custom-declare-variable `mew-summary-form-list-list-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1251:2: Warning: custom-declare-variable `mew-summary-form-extract-rule' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1327:2: Warning: custom-declare-variable `mew-summary-form-size-huge' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1334:2: Warning: custom-declare-variable `mew-spam:' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1353:2: Warning: defvar `mew-scan-fields-alias' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1357:2: Warning: defvar `mew-summary-form-func-prefix' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1368:2: Warning: custom-declare-variable `mew-thread-column' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1412:2: Warning: custom-declare-variable `mew-header-max-length' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1419:2: Warning: custom-declare-variable `mew-header-max-depth' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1454:2: Warning: custom-declare-variable `mew-scan-max-field-length' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1459:2: Warning: custom-declare-variable `mew-scan-max-body-length' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1464:2: Warning: custom-declare-variable `mew-scan-body-length' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1515:2: Warning: custom-declare-variable `mew-ask-range' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1551:2: Warning: custom-declare-variable `mew-ask-charset' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1603:2: Warning: custom-declare-variable `mew-use-text/html' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1609:2: Warning: custom-declare-variable `mew-use-text/html-list' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1642:2: Warning: custom-declare-variable `mew-use-text/html-string-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1648:2: Warning: custom-declare-variable `mew-use-text/html-list-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1692:2: Warning: custom-declare-variable `mew-use-autoconv-when-unknown' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1703:2: Warning: custom-declare-variable `mew-use-biff' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1715:2: Warning: custom-declare-variable `mew-use-biff-bell' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1736:2: Warning: custom-declare-variable `mew-use-alternative' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1742:2: Warning: custom-declare-variable `mew-disable-alternative-regex-list' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1773:2: Warning: custom-declare-variable `mew-use-fast-refile' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1783:2: Warning: custom-declare-variable `mew-use-node-folder' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1790:2: Warning: custom-declare-variable `mew-use-case-completion' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1892:2: Warning: custom-declare-variable `mew-multipart-icon-position' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1920:2: Warning: custom-declare-variable `mew-summary-show-direction' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1928:2: Warning: custom-declare-variable `mew-summary-mark-direction' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1936:2: Warning: custom-declare-variable `mew-summary-show-pause' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1942:2: Warning: custom-declare-variable `mew-summary-mark-duplicated-skip' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1964:2: Warning: custom-declare-variable `mew-summary-goto-line-then-display' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1970:2: Warning: custom-declare-variable `mew-summary-jump-top-then-display' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:1976:2: Warning: custom-declare-variable `mew-summary-jump-bottom-then-display' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2024:2: Warning: custom-declare-variable `mew-field-other-visible' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2031:2: Warning: custom-declare-variable `mew-use-header-veil' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2052:2: Warning: custom-declare-variable `mew-draft-mode-auto-save' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2060:2: Warning: custom-declare-variable `mew-header-alist' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2088:2: Warning: custom-declare-variable `mew-reply-to' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2094:2: Warning: custom-declare-variable `mew-fcc' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2100:2: Warning: custom-declare-variable `mew-cc' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2106:2: Warning: custom-declare-variable `mew-bcc' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2112:2: Warning: custom-declare-variable `mew-dcc' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2120:2: Warning: custom-declare-variable `mew-from' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2127:2: Warning: custom-declare-variable `mew-organization' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2143:2: Warning: custom-declare-variable `mew-cite-hook' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2149:2: Warning: custom-declare-variable `mew-cite-strings-function' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2160:2: Warning: custom-declare-variable `mew-cite-prefix-function' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2166:2: Warning: custom-declare-variable `mew-cite-prefix-confirmp' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2188:2: Warning: custom-declare-variable `mew-draft-cite-fill-mode' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2197:2: Warning: custom-declare-variable `mew-draft-cite-ellipses' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2203:2: Warning: custom-declare-variable `mew-draft-cite-label-fill-column' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2209:2: Warning: custom-declare-variable `mew-summary-reply-position' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2215:2: Warning: custom-declare-variable `mew-summary-reply-with-citation-position' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2247:2: Warning: custom-declare-variable `mew-charset-input-method-alist' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2273:2: Warning: custom-declare-variable `mew-charset-latin' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2297:2: Warning: custom-declare-variable `mew-signature-file' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2332:2: Warning: custom-declare-variable `mew-use-samba-encoding-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2347:2: Warning: custom-declare-variable `mew-attach-move-by-line' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2507:2: Warning: custom-declare-variable `mew-save-dir' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2513:2: Warning: custom-declare-variable `mew-summary-preserve-dir' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2519:2: Warning: custom-declare-variable `mew-copy-dir' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2525:2: Warning: custom-declare-variable `mew-draft-preserve-dir' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2542:2: Warning: custom-declare-variable `mew-regex-folder-candidate' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2558:2: Warning: custom-declare-variable `mew-refile-guess-alist' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2603:2: Warning: custom-declare-variable `mew-refile-auto-refile-skip-any-mark' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2609:2: Warning: custom-declare-variable `mew-refile-auto-refile-confirm' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2615:2: Warning: custom-declare-variable `mew-refile-guess-strip-domainpart' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2620:2: Warning: custom-declare-variable `mew-refile-guess-from-me-is-special' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2631:2: Warning: custom-declare-variable `mew-case-guess-alist' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2638:2: Warning: custom-declare-variable `mew-case-guess-when-replied-alist' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2670:2: Warning: custom-declare-variable `mew-temp-file-initial' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2699:2: Warning: custom-declare-variable `mew-auto-get' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2732:2: Warning: custom-declare-variable `mew-sort-default-key' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2738:2: Warning: custom-declare-variable `mew-sort-default-key-alist' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2747:2: Warning: custom-declare-variable `mew-sort-key-alist' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2816:2: Warning: custom-declare-variable `mew-use-cursor-mark' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2823:2: Warning: custom-declare-variable `mew-use-highlight-cursor-line' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2829:2: Warning: custom-declare-variable `mew-use-highlight-mouse-line' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2849:2: Warning: custom-declare-variable `mew-cursor-mark' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2905:2: Warning: custom-declare-variable `mew-addrbook-override-by-newone' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2914:2: Warning: custom-declare-variable `mew-addrbook-for-cite-label' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2920:2: Warning: custom-declare-variable `mew-addrbook-for-cite-prefix' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2926:2: Warning: custom-declare-variable `mew-addrbook-for-address-expansion' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2932:2: Warning: custom-declare-variable `mew-addrbook-for-summary' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2965:2: Warning: custom-declare-variable `mew-draft-privacy-method' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2971:2: Warning: custom-declare-variable `mew-protect-privacy-always' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2977:2: Warning: custom-declare-variable `mew-protect-privacy-always-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:2994:2: Warning: custom-declare-variable `mew-protect-privacy-encrypted' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:3000:2: Warning: custom-declare-variable `mew-protect-privacy-encrypted-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:3016:2: Warning: custom-declare-variable `mew-protect-privacy-with-old-pgp-signature' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars.el:3027:2: Warning: custom-declare-variable `mew-passwd-lifetime' docstring has wrong usage of unescaped single quotes (use \= or different quoting) In toplevel form: mew-vars2.el:172:2: Warning: defvar `mew-addrbook-switch' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars2.el:287:2: Warning: defvar `mew-mime-content-type' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars2.el:384:2: Warning: defvar `mew-mime-content-type-for-ooffice' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars2.el:516:2: Warning: custom-declare-variable `mew-field-spec' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars2.el:786:2: Warning: defvar `mew-inbox-action-alist' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars2.el:918:2: Warning: custom-declare-variable `mew-config-alist' docstring has wrong usage of unescaped single quotes (use \= or different quoting) In toplevel form: mew-vars3.el:188:2: Warning: custom-declare-face `mew-face-eof-message' docstring has wrong usage of unescaped single quotes (use \= or different quoting) mew-vars3.el:192:2: Warning: custom-declare-face `mew-face-eof-part' docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-selection-by-pick: mew-virtual.el:59:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-selection-by-pick-with-mewl: mew-virtual.el:106:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-selection-by-pick-with-grep: mew-virtual.el:116:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-w32-print-buffer: mew-win32.el:91:30: Warning: reference to free variable `mew-w32-cs-print' mew-win32.el:95:11: Warning: reference to free variable `mew-w32-prog-print-arg' mew-win32.el:96:21: Warning: reference to free variable `mew-w32-prog-print' In end of data: mew-win32.el:222:21: Warning: the function `dos-to-unix-filename' might not be defined at runtime. mew-win32.el:63:29: Warning: the function `mw32script-argument-editing-function' might not be defined at runtime. mew-win32.el:60:19: Warning: the function `mw32script-openp' might not be defined at runtime. mew-win32.el:55:4: Warning: the function `mw32script-make-pathext-regexp' might not be defined at runtime. mew-win32.el:49:4: Warning: the function `mw32script-init' might not be defined at runtime. In mew-mark-exec-delete: mew-exec.el:43:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-summary-exec-refile: mew-exec.el:235:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In toplevel form: mew.el:45:2: Warning: defvar `mew-debug' docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew: mew.el:58:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-user-agent-compose: mew.el:102:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) In mew-window-configure: mew.el:361:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting) Compiling EL files of Mew ... done